How To Disabled Notice: Undefined variable: error in index.php on line 95
RegisterLogin
How To Disabled Notice: Undefined variable: error in index.php on line 95
Post Description: How To Disabled Notice: Undefined variable: error in index.php on line 95
Tags: How, To, Disabled, Notice:, Undefined, variable:, error, in, index.php, on, line, 95
This Post Was Posted On Feb 29, 2008 By pacoman #1270
Post Description: How To Disabled Notice: Undefined variable: error in index.php on line 95
Tags: How, To, Disabled, Notice:, Undefined, variable:, error, in, index.php, on, line, 95
This Post Was Posted On Feb 29, 2008 By pacoman #1270
How To Disabled Notice: Undefined variable: error in index.php on line 95 by pacoman
Disabled Notice: Undefined variable: error in index.php on line 95
can you tell me why? i've never seen this error before?
thanks
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
hostman
#1700 1
you are getting this error because you're most likely are not using global variables.
one way to solve this is to disabled Display_errors in php.ini - CLICK HERE TO LEARN HOW
another way is to disable it in your php, CLICK HERE to disable error reporting
but the best way to do this is to make your script better.
if you have something like: if($_POST['foo']) or if($_REQUEST['foo']) change it to look like this:
if(isset($_POST['foo']))
so i just added the isset() function.
one way to solve this is to disabled Display_errors in php.ini - CLICK HERE TO LEARN HOW
another way is to disable it in your php, CLICK HERE to disable error reporting
but the best way to do this is to make your script better.
if you have something like: if($_POST['foo']) or if($_REQUEST['foo']) change it to look like this:
if(isset($_POST['foo']))
so i just added the isset() function.
Jul 15, 2007 Reply Report abuse
©2011 Webune Forums - Sun Dec 18, 2011 3:59 pm
Powered by: Webune Forums V3
Powered by: Webune Forums V3