Hello,
Say that I want to create a new file that does not exist calle testing.html and then write the following code to it:
<BODY> <H1>Testing 1 2 3</H1> </BODY>
Please Help, Andrew
See:
http://www.php.net/manual/en/function.fopen.php http://www.php.net/manual/en/function.fwrite.php http://www.php.net/manual/en/function.fclose.php
And which one of these fuctions creates the file???
fopen. RTFM.