To create a file like what you mentioned
Please have a look at this code..
$fp = fopen('file.txt',"a+");
$f = "entry_one|entry_two|entry_three\r\n";
$s = fwrite($fp,"$f");
$s = fclose($fp);
Hope this helps..Thanx
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.