have you configured your session_data path in the PHP.ini file? this may
cause php to hang if you do not have this set
-Original Message-
From: R.S. Herhuth [mailto:[EMAIL PROTECTED]]
Sent: 18 April 2002 2:00 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Creating a "nice" li
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 'next page'
The problem is that I don't want that information to appear in the
address field (more like a method=post
I am creating a few links on the fly that have to pass variables to the
next page:
echo 'next page'
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, ph