|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
create file
I need to make a script that will create a file with a specific name (something.htm) and contents (html). Is anyone able to help me out or point me in the right direction.
Regards, Kash |
|
#2
|
|||
|
|||
|
RE: create file
try using the fopen("filename", "w"). This will create a file if it is not already there. Then use fwrite to write the contents to the file
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > create file |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|