Jump to content

Is this an acceptable way to handle a form?


Jaguar

Recommended Posts

I have a form, form.php. The form submits to process.php in an attempt to stop duplicate records on refresh. process.php checks for errors, builds an error message, and then forwards back to form.php (using header("Location:")). I'm using sessions to pass the error message. Should I be using cookies or is there better way to pass the message (other than GET)?

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.