Hey Ron,

I am using php4, apache and win98 and sessions work ok for me, I am pretty
new to php but I have found sessions are the easiest and most practical way
to store vars, I was using cookies before...which work really well but can
get a little tedious to use when you have alot of variables because you have
to parse them all out of the cookie string.

So unless there is a known issue with w2k i wouldn't rule out sessions,
otherwise use cookies.

hope this helps,
Steve.


-----Original Message-----
From: R.S. Herhuth [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 9:00 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Creating a "nice" link



I am creating a few links on the fly that have to pass variables to the
next page:

echo '<a href="nextPage.php?variable1=$var1">next page</a>'

The problem is that I don't want that information to appear in the
address field (more like a method=post instead of a method=get).  How
can I do that?

I was trying to use sessions under W2k, php4, Apache and all my pages
hang and never load once I start the session so I can't use sessions :-(

Any ideas?

Thanks,
Ron

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to