RE: [PHP-DB] Simple PHP Script

2003-02-13 Thread Poon, Kelvin (Infomart)
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

RE: [PHP-DB] Simple PHP Script

2003-02-13 Thread Hutchins, Richard
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: > > >

RE: [PHP-DB] Simple PHP Script

2003-02-13 Thread Ryan Jameson (USA)
{ 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

[PHP-DB] Simple PHP Script

2003-02-13 Thread Poon, Kelvin (Infomart)
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