Posted by pepito3 on 05/29/06 14:34
> 2. Have the page call another php file that processes the form data and
> then redirects to the calling form page again.
How can I make the called file to acknowledge the calling file?
i.e.:
*** product_list.php:
....
<a href="add_product.php?code=...> Buy! </a>
....
*** add_product.php:
<?php
add_product($_GET['code']);
// How to go back to product_list.php (or whatever file previous
to add_product.php)?
?php>
Navigation:
[Reply to this message]
|