Page 1 of 1

what is alternative function for fputcsv() in 4.4.2 version

Posted: Mon Jul 17, 2006 6:33 am
by B.Murali Krishna
hello,
fputcsv() function was not supported by 4.4.2 version,
what is alternative function to that in 4.4.2 version,
please help me,
Regards,
Murali

Posted: Mon Jul 17, 2006 7:45 am
by thomas777neo
Write the data to a csv yourself using fopen, fwrite, fclose.

So loop through each record, implode the record with a comma into your file created

Posted: Mon Jul 17, 2006 7:47 am
by feyd
check the user comments on fputcsv()'s page.

thanks

Posted: Mon Jul 17, 2006 10:38 pm
by B.Murali Krishna
thanks guys,
thanks for ur valuable suggestons,
i will try that,
Regards
Murali