In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] ("Boget, Chris") wrote:

> <a href="/hispage.php?var1=xxx&var2=yyy">Here<a/><br>
> <a href="/otherpage.php">There<a/><br>
> <a href="/thatpage.php?joe=bob">This Place<a/><br>
> <a href="/lapage.php?this=that&his=hers&here=there">That Place<a/><br>
> 
> -----------
> 
> As you know, those variables are being passed to the
> linked page via GET variables.  Now, here comes the
> oddball question:
> 
> How can I (is it even possible) pass those variables
> to each page w/o using GETs and w/o using Cookies.

POST.

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to