PHP/XML Content Management
PHP/XML Content Management
Out of context: Reply #3
- Started
- Last post
- 12 Responses
- 187LockDown0
Use these Built in PHP Functions:
fopen()
fwrite()
rewind()
fseek()
ftell()
fclose()
flock()fputs() much like fwrite()
But it will append text to a file. instead of overwriting.