Thanks everyone, it worked
-Original Message-
From: Ryan Jameson (USA) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 13, 2003 4:14 PM
To: [EMAIL PROTECTED]
Subject: RE: [PHP-DB] Simple PHP Script
It's the good ole' register_globals feature...
You'll need
OTECTED]]
> Sent: Thursday, February 13, 2003 4:12 PM
> To: '[EMAIL PROTECTED]'
> Subject: [PHP-DB] Simple PHP Script
>
>
> Hi,
>
> I am new to PHP and had just written a simple php script to get things
> started. I have the following code:
>
>
>
{
extract($HTTP_POST_VARS);
}
<>< Ryan
-Original Message-
From: Poon, Kelvin (Infomart) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 13, 2003 2:12 PM
To: '[EMAIL PROTECTED]'
Subject: [PHP-DB] Simple PHP Script
Hi,
I am new to PHP and had just writt
Hi,
I am new to PHP and had just written a simple php script to get things
started. I have the following code:
Input yourname
So this page is suppose to display a input box and a submit button and once
you enter ur name and press the button, it should show Hello [ur name] and
the in