do a search on php.net for register_globals. This now defaults to OFF.
Either turn it on, or use the $_GET function. $_GET is more secure.

-----Original Message-----
From: Reetu Singh [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 20, 2002 10:01 PM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] Variable - Return



Hi all,

I have installed apache  ver 2.0.39 and Php4.2.1 and both are running fine.
The problm I have is that when i tested the script with getting the variable
from the user and passing it to the next script , I am not able to take the
value of the variable to the next script. The script is able to connect to
the database (MYSQL) but is not able to return the value. Kindly help me.

reetu



---------------------------------
Do You Yahoo!?
Yahoo! Health - Feel better, live better

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

Reply via email to