On Wed, 2003-05-28 at 11:38, Shaun wrote:
> ok,
>
> basically this is so I can implement page numbering on my search results,
> the user submits the form and I want to be able to send the form results
> back to the same page when the user clicks 'next' or 'previous'.
>
I do the very same thing as
ok,
basically this is so I can implement page numbering on my search results,
the user submits the form and I want to be able to send the form results
back to the same page when the user clicks 'next' or 'previous'.
I have tried putting this at the top of the page:
$_SESSION['post'] = $_POST;
$_
y, May 28, 2003 6:23 PM
Aan: [EMAIL PROTECTED]
Onderwerp: [PHP] Resending POST Variables
Hi,
I have a page which uses POST variables sent from a form. If a user clicks
on a link on this page is it possible to send those POST variables to the
next page aswell?
Thanks for your help
--
PHP
$value)
echo "";
?>
Submit Again
Like that?
On Wed, 2003-05-28 at 12:22, Shaun wrote:
> Hi,
>
> I have a page which uses POST variables sent from a form. If a user clicks
> on a link on this page is it possible to send those POST variables to the
> next page aswell?
>
> Thanks fo
Shaun wrote:
Hi,
I have a page which uses POST variables sent from a form. If a user clicks
on a link on this page is it possible to send those POST variables to the
next page aswell?
You can send them by tagging them to the end of the link, or saving them
into a session, but you can't (for obvi
Hi,
I have a page which uses POST variables sent from a form. If a user clicks
on a link on this page is it possible to send those POST variables to the
next page aswell?
Thanks for your help
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
6 matches
Mail list logo