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
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 (is_numeri
2 matches
Mail list logo