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 obvious reasons) access POST variables after a GET request.
Just loop through the POST superglobal (i.e. using foreach) and create a appending string for your hyperlink.
Regards,
David
-- David Grant Web Developer
[EMAIL PROTECTED] http://www.wiredmedia.co.uk
Tel: 0117 930 4365, Fax: 0870 169 7625
Wired Media Ltd Registered Office: 43 Royal Park, Bristol, BS8 3AN Studio: Whittakers House, 32 - 34 Hotwell Road, Bristol, BS8 4UD
Company registration number: 4016744
********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager.
**********************************************************************
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php