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 ...