Jump to content

Should I post form data from a script to itself or separate the pages?


dave247

Recommended Posts

Ok basically I am building a simple web application where users can create accounts and log in and post bits of data that pertain to the project I am doing. I am using PHP scripts and logging data to an SQL database and I would like to make my entire site in one single script if this is a reasonable thing to do. I am concerned however about the $_POST data variable still holding the same information each time the page is refreshed... for example, I was testing my registration page and after I submitted some data from form fields, it seems like the data is still there in the $_POST variable since if I refresh the page the data gets sent again and I end up with another entry in my database. I know this is a rough explanation of what I am doing but my main point is that I want to know if it is best to just send data to an external script from a regular html page with a form, or if I can safely do it all in one single script.

 

Thanks

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.