Re: [PHP-DB] Value of $_POST['submit']

2008-11-27 Thread Yves Sucaet
Hi Ron, What's your Javascript client-side code to invoke the PHP-script? You may need to switch to $_GET[] instead of $_POST... Yves - Original Message - From: Ron Piggott [EMAIL PROTECTED] To: PHP DB php-db@lists.php.net Sent: Thursday, November 27, 2008 7:02 PM Subject: [PHP-DB]

RE: [PHP-DB] Value of $_POST['submit']

2008-11-27 Thread Martin, Steve (MAN-Corporate)
When I'm developing a number of pages and don't keep track of every variable or form name (etc), I plant a print_r($_POST); at the top of the page, so there's no guessing what gets sent to the page . . . If you have an empty $_POST array, then the form isn't using action=post, or you didn't code

RE: [PHP-DB] Value of $_POST['submit']

2008-11-27 Thread YVES SUCAET
Message -- Received: Thu, 27 Nov 2008 08:48:08 PM CST From: Martin, Steve \(MAN-Corporate\) [EMAIL PROTECTED] To: Yves Sucaet [EMAIL PROTECTED], php-db@lists.php.net Subject: RE: [PHP-DB] Value of $_POST['submit'] When I'm developing a number of pages and don't keep track of every variable