Uh, just putting those variables at the top of your page won't help you. You need to do something with them.

Esteban Fernández wrote:

When you recivied that error ?, in a form ?, if is in a Form just put in the
top of .php files this code

$HTTP_GET_VARS["variable2"];
$HTTP_GET_VARS["variable3"];

Of course if you send with other method (post) change the GET for POST

$HTTP_POS_VARS["variable2"];
$HTTP_POS_VARS["variable3"];

Regards.

Esteban.



"ØYstein HåLand" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]


None of my old scripts worx nowadays and the most common error message is
'undefined variable'. What is the best/simplest way to work around this
situation?
if !isset($myvar) {
do this
blah blah
}
?










-- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.



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



Reply via email to