Write To A File
From PHP you are able to open up a file on your server and write to it. If the file does not exist we can create it, however if the file already exists you must chmod it to 777 so it will be writable.
When writing to a file, the first thing you [...]
Posts Tagged ‘write file’
Write to a file from PHP
Posted in PHP, tagged handle, PHP, write file on March 16, 2008 | 1 Comment »