Page 1 of 1

Can we autoformat the CSV file through PHP header settings

Posted: Tue May 25, 2004 2:24 pm
by geosathish
Hi Guys,

When i am autogenerate a CSV (comma seperated value) file ..is there any possibility to fix autoformat option of columns through PHP ...???

Pls let me know...

Sathish Kumar.R
India

Posted: Tue May 25, 2004 4:18 pm
by AVATAr
.mmm you mean to process a csv file and output a formated page like a table...

yep its posible.. you can read it to an array (http://www.php.net/file).. and then output it (http://www.php.net/foreach).