noname_clark Posted August 10, 2008 Share Posted August 10, 2008 does anyone know if there is a way that you can have a php script creat a html, or php page and put it on the server in a specific place? i tried googling it, and i only got tutorials on how to create a php script. can anyone give me the name of what the name of doing this actually is or maybe possibly a link? please -Noah Link to comment https://forums.phpfreaks.com/topic/119056-php-creates-a-page/ Share on other sites More sharing options...
xtopolis Posted August 10, 2008 Share Posted August 10, 2008 You can do this by asking php to open a file, if it doesn't exist it will create it. You can specify the location as well. http://us2.php.net/fopen Look at the examples and other relevant file handling functions. Link to comment https://forums.phpfreaks.com/topic/119056-php-creates-a-page/#findComment-613085 Share on other sites More sharing options...
waynew Posted August 10, 2008 Share Posted August 10, 2008 Yep Link to comment https://forums.phpfreaks.com/topic/119056-php-creates-a-page/#findComment-613105 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.