RE: Variable won't be passed from HTTP address bar

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Try instead:
> 
> if( $_POST['action'] =="test" ){ echo "Test";}
> 
> HTH
> Ignatius

This should really be

if( $_GET['action'] =="test" ){ echo "Test";}

since it's a get-request we're dealing with...

Regards
Joakim

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux