> I have just installed apache+php4, but my php can not get
> values from form?
> what's wrong?
Before you can use the variables, you have to make the accessible to PHP.
Try putting this at the top of your welcome.php file:
--
The Health TV Channel, Inc.
(a non - profit organization)
38
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?
Enable Rigister_globals to On in php.ini file and then try.
Best Regards
Balaji
-Original Message-
From: ram friend [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 18, 2002 11:12 AM
To: [EMAIL PROTECTED]
Subject: [PHP] why my php can not get values from Form?
hello,
I have just
Probably you don't have the Register Global turned on in your php.ini, try
using $_GET['usernm'] and $_GET['passwd'] or change your php.ini
At 01:41 p.m. 07/18/2002 +0800, you wrote:
>hello,
>I have just installed apache+php4, but my php can not get values from form?
>what's wrong?
>following is
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"
I called it with
http://localhost/welcome?username=&passwd=bbb
i get nothing, what's wrong?
--
PHP General Mailing List (http://www.php
5 matches
Mail list logo