Re: [PHP] Refresh Error

2003-09-12 Thread Marek Kilimajer
Does your explorer ask you if you want to resend the information? It does. You post your form once again. If you don't want this to happen, use header(Location: http://yourserver/your_form_page.php;); redirect. Rex Brooks wrote: Okay, I'm displaying an entire table of numbers from my database.

[PHP] Refresh Error

2003-09-11 Thread Rex Brooks
Okay, I'm displaying an entire table of numbers from my database. Using a form on the same page, you can enter an amount to add to the table and then click submit. I pass all of the information in $_POST back to the same page. Here is my code: if ($_POST[number] != NULL) { if