on my webpage i am having great problems using the fopen command to create a new page.
i am using
"$fp =fopen($adress , "w+", 1);" with $adress being the name of the page i want to be created (it includes .html at the end) .
On my computer and personal webserver this works fine, and will create new pages, however on my webhost no new page will be created. If i create and upload a blank page with $adress as the name, the script will write to the page, so the problem is definitely that it is not creating the file for some reason.
I have chmodded the directory to 777, is there anything else i can do?
Thanx, if u need any more info pls ask. i really need some help
Tom