Hi,
im sure there is a way to write information on file , at least on php files .
The question is :
How do i do to make PHP open a .php and modify something on the code :S?
Hi,
im sure there is a way to write information on file , at least on php files .
The question is :
How do i do to make PHP open a .php and modify something on the code :S?
fopen()
fwrite()
fclose()
You can look those three up on php.net
thanks XD XD
its always good to learn some new functions =D