Is it possible to upload an html file online through a PHP function????
What i mean is, I have a function here that generates an html page....
and its working perfectly!
But my problem is, how can i possibly upload the file online?
perhaps to an ftp page or something....
the reason why i want to upload the file online is so that I will just
get the URL of the page and use that URL somewhere else....
Is it possible?
Moderator: General Moderators
Re: Is it possible?
Have a read of some PHP file upload tutorials.
Here's the first one Google gave me:
http://www.tizag.com/phpT/fileupload.php
Here's the first one Google gave me:
http://www.tizag.com/phpT/fileupload.php