Re: [PHP] Help!Opening another php file from a link of a completed form.

2001-02-19 Thread Richard Lynch
echo "Or click a href='http://mysite/b.php'here/a to input the details of your product."; echo "Or click a href='http://mysite/b.php?product_id=$product_id'here/a to input the details of your product."; This assumes you are using $product_id for your product ID in the current page and in

[PHP] Help!Opening another php file from a link of a completed form.

2001-02-18 Thread Edith Lai
I'd like to achieve something like this: I've made a form let say "a.php" and when user submitted it, the following code display the thank you page: // Form completed echo "Thank you! Information entered."; echo "Please click a href='http://mysite/a.php'here/a to input another product.";