Re: [PHP] newbie again, submit buttons don't work

2004-08-15 Thread Ligaya Turmelle
$cmd = $_GET['cmd']; Reference: http://www.php.net/variables.predefined Respectfully, Ligaya Turmelle yawstick wrote: That cured my problem also had to add similar command for all post variables I also have some links to directly remove a record $linkname is there a similar command for allowing t

Re: [PHP] newbie again, submit buttons don't work

2004-08-15 Thread yawstick
That cured my problem also had to add similar command for all post variables I also have some links to directly remove a record $linkname is there a similar command for allowing this to work -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] newbie again, submit buttons don't work

2004-08-15 Thread Ed Lazor
Assuming you're using post, add $cmd = $_POST["cmd"]; Before you use $cmd and see if that makes a difference. If it does, register globals is likely disabled which is good. > -Original Message- > From: yawstick [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 15, 2004 7:58 AM > To: [E