Bluemonkey
07-18-2003, 12:53 PM
how can i stop getting this error:
Notice: Undefined variable: Action in E:\Dev\php_bits\todo\todo.php on line 111
the variable is going to be coming from the query string so when the user clikc son new , delete or update... so on "todo.php?Action=New"
at the monet the code is
if ($Action == "new") {
code
}
but i get the error on $Action.
any help??
Cheers
Notice: Undefined variable: Action in E:\Dev\php_bits\todo\todo.php on line 111
the variable is going to be coming from the query string so when the user clikc son new , delete or update... so on "todo.php?Action=New"
at the monet the code is
if ($Action == "new") {
code
}
but i get the error on $Action.
any help??
Cheers