I have php 4.0.6 on Win2k and Apache ... i use session and have no problem. If you need help setting up your php.ini for sessions, let me know.
You need to make sure that the session directory exists (the one that is setup in yoru php.ini should point to a directory that exists. Double check that path.) Good luck and don't rule out sessions just yet ;) Nicole Amashta Web Application Development -- ----- Nicole Amashta Web Application Developer www.aeontrek.com "R.S. Herhuth" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > 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