how would i go about doing this? I have several html forms that i have made php scripts to insert the data into mysql databases.
What I have gotten it to do so far, is give me a blank page with confirmation messages saying the it connected to the database and inserted the data.
What I would like for it to do, is give a brief confirmation message, and then go back to the form so that the end user can insert more data without hitting the back button and hitting the reset button on the form to clear it.
The digging that I have done, has lead me to $_SERVER['PHP_SELF']
as the form action, but where do I put the actual form handling script in the document? before the html? after? in the middle? Any help would be greatly appreciated
Geonith 0 Newbie Poster
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.