help a noob (php)

Soldato
Joined
6 Feb 2004
Posts
20,858
Location
England
how do i write an array to a text file? can't use file_put_contents as i'm on php4 and fwrite only appears to work with strings. :p

edit: sorted. needed to use implode and "\n". :o
 
Last edited:
Back
Top Bottom