PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I would like to create a php page that will generate a html page after information is entered. Example...
The user of the page will enter information such as file name, file type, file directory location. Then they would hit a submit button. Then a page would be generated with this information in a template that has been already designed. Is there any way php can do such? *help*
Thanks wormy....i guess my next issue is...the information that is submitted in the form page should generate a new page each time this information is entered. I hear its called pat template.