Click to See Complete Forum and Search --> : PHP reading and write tutorial needed


Cerf
02-25-2003, 08:53 PM
Yo yo yo,

I want to learn how to read and write to files useing PHP, is there a tutorial out there can easily tell me how to read and write to a file??

gcon
02-25-2003, 09:00 PM
lookup the following functions on www.php.net. The documentation should be pretty straightforward.

fopen()
fwrite()
fread()
file()
fclose()

You could also look at www.phpbuilder.com for further information.