6 Oct 2007 at 20:18 #1 marc2003 marc2003 Soldato Joined 6 Feb 2004 Posts 20,857 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. edit: sorted. needed to use implode and "\n". Last edited: 6 Oct 2007
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. edit: sorted. needed to use implode and "\n".