Posted by Michael Fesser on 09/01/07 09:51
..oO(InuY4sha) >If I type > echo("$action"); You should get a notice. Set error_reporting to E_ALL in your php.ini. Additionally read about register_globals and why it's turned off in recent PHP versions. The value you're looking for can be found in $_GET['action']. Micha
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming