Re: [PHP-DB] problem with a small script

2002-06-11 Thread Jason Wong
On Tuesday 11 June 2002 14:04, George Pitcher wrote: Suman, Firstly, it's a bit longer than necessary. Make your form a 'POST' rather than 'GET' and you'll hide your query and ?php echo $fname; ? will then be the equivalent. That requires 'register_globals' to be enabled, which for

[PHP-DB] problem with a small script

2002-06-10 Thread suman
hi i can't understand whats missing here.thou i knew this ques is asked many times i couldn't find an ans for it. - form method=get action=stuinfo.php firstname: input type=text name=fname size=15

Re: [PHP-DB] problem with a small script

2002-06-10 Thread George Pitcher
that allows you to use the short ? rather than having to always use ?php is enabled. George - Original Message - From: suman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 10, 2002 10:43 PM Subject: [PHP-DB] problem with a small script hi i can't understand whats missing here.thou