Simple.. just edit your php.ini file in your windows
directory. Search for "register_globals" .. it will
have "Off" in front of it.. switch it to "On"

T. Edison jr.


--- ram friend <[EMAIL PROTECTED]> wrote:
> hello,
> I have just installed apache+php4, but my php can
> not get values from form?
> what's wrong?
> following is the code in php named file
> "welcome.php"
> <?php
> echo( "Welcome to our Web site, $usernm $passwd!" );
> ?>
> 
> I called it with
> http://localhost/welcome?username=hhhh&passwd=bbb
> i get nothing, what's wrong?
> 
> 
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


=====
Rahul S. Johari (Director)
******************************************
Abraxas Technologies Inc.
Homepage : http://www.abraxastech.com
Email : [EMAIL PROTECTED]
Tel : 91-4546512/4522124
*******************************************

__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com

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

Reply via email to