array to a file
Posted: Wed Jun 08, 2005 10:08 pm
if I have an $myarray = array("one","two","three")
how what do I use as the glue for implode("?", $myarray)
so that when I write this string to a file and view it in notepad each element is on its own line?
how what do I use as the glue for implode("?", $myarray)
so that when I write this string to a file and view it in notepad each element is on its own line?