$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
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
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
3 matches
Mail list logo