Re: [PHP] Prevent storing data when reload

2002-12-03 Thread Jason Wong
On Wednesday 04 December 2002 07:39, Justin French wrote: > > When I reload the page the data gets stored once more. I'm sure this is a > > well known problem. Are there any smart tricks to prevent this from > > happening? > > Yes, and they get discussed on this list almost daily... a quick search

Re: [PHP] Prevent storing data when reload

2002-12-03 Thread Hugh Danaher
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 03, 2002 3:17 PM Subject: [PHP] Prevent storing data when reload > Hello, > > I have a php-page whith a form-schema which stores data to a mysql-database > on submit. (The schema posts data to the same page

Re: [PHP] Prevent storing data when reload

2002-12-03 Thread Justin French
> When I reload the page the data gets stored once more. I'm sure this is a > well known problem. Are there any smart tricks to prevent this from > happening? Yes, and they get discussed on this list almost daily... a quick search would have helped. 1. the "script" that does all the validating an

RE: [PHP] Prevent storing data when reload

2002-12-03 Thread Peter Houchin
; Subject: [PHP] Prevent storing data when reload > > > Hello, > > I have a php-page whith a form-schema which stores data to a > mysql-database > on submit. (The schema posts data to the same page (php-self).) > > When I reload the page the data gets stored once more. I&

[PHP] Prevent storing data when reload

2002-12-03 Thread Lars Espelid
Hello, I have a php-page whith a form-schema which stores data to a mysql-database on submit. (The schema posts data to the same page (php-self).) When I reload the page the data gets stored once more. I'm sure this is a well known problem. Are there any smart tricks to prevent this from happenin