Re: [PHP-DB] Getting POSTed values

2002-10-04 Thread Rasmus Lerdorf
echo $Name; Or if register_globals is off in your php.ini, use: echo $_POST['Name']; -Rasmus On Fri, 4 Oct 2002, Shoulder to Shoulder Farm wrote: Hi all, Sorry, but I REALLY don't want to subscribe to the PHP general list, it's so high volume, so here goes. --T How can I get values that

Re: [PHP-DB] Getting POSTed values

2002-10-04 Thread Pierre-Alain Joye
On Fri, 04 Oct 2002 20:13:57 -0700 Shoulder to Shoulder Farm [EMAIL PROTECTED] wrote: Hi all, Sorry, but I REALLY don't want to subscribe to the PHP general list, it's so high volume, so here goes. --T How can I get values that were posted from a form to a PHP document turned into