It is considered more secure to declare the variable explicitly.

$var = $_GET["var"];

> > I'm having a problem with form data being recognized by a php script.
> > If I send information with a GET the variable data appears in $GET[var]
> > but not $var.  >



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

Reply via email to