Is it possible to create a new web page using PHP?
Printable View
Is it possible to create a new web page using PHP?
Here is an intro to PHP.
http://www.w3schools.com/php/default.asp
Once reading through that you should have a basic concept of what PHP can do.
If you mean you want to create an actual file on your server and then server it as a page using PHP, then yes it is possible.
Here is an example of how to accomplish it http://www.tizag.com/phpT/filewrite.php