Search found 2 matches

by fastTalker
Wed May 25, 2005 4:32 pm
Forum: PHP - Code
Topic: fputcsv(): undefined function?
Replies: 3
Views: 1830

yeah, yeah. :wink:

Thanks, guess that was a pretty stupid question. :lol:

Any clue on why that function supposedly exists?
by fastTalker
Tue May 24, 2005 3:00 pm
Forum: PHP - Code
Topic: fputcsv(): undefined function?
Replies: 3
Views: 1830

fputcsv(): undefined function?

I am trying to generate a CSV. Using the example given on PHP.net: fputcsv() i get the following. Fatal error: Call to undefined function fputcsv() In the notes on php.net people have posted their own definition of the funtion. Is fputcsv() just (what i guess you call) a constructor? I am using PHP ...