How would I create a page using php on the click of a button and name the file in a form so like

The Form

Name of File:|_____________| Submit - This is the Button.
And how would you show a files script and I know it might not be safe but it wont be editable from admin backend. So please could someone help.

Recommended Answers

All 2 Replies

Can you give more details? Are all the pages going to be the same design and layout? If so, then it would be easiest to use a php template that gets all the data from a database. When the user submits the data below it be stored in the database and your php template will get hte data related to the ?file name.

The Form

Name of File:|FileNumber1| Submit

then your php template would be like this template.php?FileNumber1

No I want it to be blank.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.