TheFilmGod Posted April 5, 2007 Share Posted April 5, 2007 Hi, I need some help in php writing. What I want to do is for people to put information into a form and after they hit "submit" a system automatically creates a copy of a php page. Then, it inserts the inputted info from the form in the new php page. The pages would be numberically named and accessed easily like this. Everything is set up on the php page where only variables are needed to be changed. How do I take the submitted variables and write it into a newly created numbered page and insert the variables? Quote Link to comment https://forums.phpfreaks.com/topic/45816-php-variables/ Share on other sites More sharing options...
AndyB Posted April 5, 2007 Share Posted April 5, 2007 put submitted data into a database and access with show_me_the_stuff.php?id=whatever - or - write a text file incorporating the submitted data and display it later. Quote Link to comment https://forums.phpfreaks.com/topic/45816-php-variables/#findComment-222610 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.