Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7654531
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T12:16:47+00:00 2026-05-31T12:16:47+00:00

i am generating CSV,the file is generated very fine but i have problem in

  • 0

i am generating CSV,the file is generated very fine but i have problem in data in excel sheet.
i have phone number,time column.in browser its quite well but in csv file its not.

one row in browser= Unknown,03224250040,"2012-03-18 15:06:33",0,Outgoing
in csv file =       Unknown 3.22E+09     ##########          0  Outgoing

but when i click on this 3.22E+09 in my csv it turns to this 03224250040 same for cell ####.
how can i add my column names too ??

this is my code

 header("Content-type: text/csv");
 header("Content-Disposition: attachment; filename=file.csv");
 header("Pragma: no-cache");
 header("Expires: 0");

     function outputCSV($data) {
            $outstream = fopen("php://output", "w");
            function __outputCSV(&$vals, $key, $filehandler) {
           fputcsv($filehandler, $vals); 
           }
          array_walk($data, "__outputCSV", $outstream);
        fclose($outstream);
        }    

       outputCSV($array);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T12:16:49+00:00Added an answer on May 31, 2026 at 12:16 pm
     // Write column names
       $result = mysql_query("show columns from $table",$conn);
       for ($i = 0; $i < mysql_num_rows($result); $i++) {
         $colArray[$i] = mysql_fetch_assoc($result);
       $fieldArray[$i] = $colArray[$i]['Field'];
       }
        fputcsv($file,$fieldArray);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been trying to generate data in Excel. I generated .CSV file. So
Generating normal columnar data in excel file is quite easy but does any one
Have a program that's dynamically generating an Excel file and a csv. The excel
I have a large nested array that I'm generating from parsing a CSV file
I am generating a CSV file from Ruby. The problem is a column string
I have an XSL file that I am generating from CSV from and Object
I'm generating some CSV output using Ruby's built-in CSV. Everything works fine, but the
I am generating a CSV file but the people who are processing these file
I have application which exports data in csv file which is stored in Document's
I have written application that is analyzing data and writing results in CSV file.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.