I am a new php programmer! I am just wondering if it is possible to read content of a file do some processing and then create a new file to write the output to.
I have look through a lot of script examples but cant seem to find any that does what i described above.
If you have any script or links kindly let me know.
CNiekerk.
read & write
Moderator: General Moderators
heres some further reading for you
Reading file contents - http://se.php.net/manual/en/function.fread.php
Writing to file - http://se.php.net/manual/en/function.fwrite.php
MArk
Reading file contents - http://se.php.net/manual/en/function.fread.php
Writing to file - http://se.php.net/manual/en/function.fwrite.php
MArk