HostOnNet.com Forum Index HostOnNet.com
Private Label Reseller Plan
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

My PHP Script shows Notice on Undefined variable

 
Post new topic   Reply to topic    HostOnNet.com Forum Index -> Script Installation
View previous topic :: View next topic  
Author Message
admin
Site Admin


Joined: 23 Jan 2003
Posts: 256
Location: India

PostPosted: Thu Jan 30, 2003 2:54 pm    Post subject: My PHP Script shows Notice on Undefined variable Reply with quote

PHP Script shows Notice on Undefined variable

On our Windows 2000 UK Server PHP is configured to show Notice on enountering Undefined Variables.

To solve this problem you must define the variable before start using it.

Eg:

$varname = "";

OR

if(!isset($varname)){ $varname = ""; }
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
admin
Site Admin


Joined: 23 Jan 2003
Posts: 256
Location: India

PostPosted: Thu Jan 30, 2003 2:57 pm    Post subject: php.ini Reply with quote

php.ini is the configuration files used by PHP.

Showing Errors, Notices, can be configured by following lines

; - Show all errors, except for notices
;
;error_reporting = E_ALL & ~E_NOTICE
;
; - Show only errors
;
;error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
;
; - Show all errors except for notices
;
error_reporting = E_ALL; display all errors, warnings and notices
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    HostOnNet.com Forum Index -> Script Installation All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © phpBB Group. Hosted by phpBB.BizHat.com


For Support - http://forums.BizHat.com

Free Web Hosting | Free Forum Hosting | FlashWebHost.com | Image Hosting | Photo Gallery | FreeMarriage.com

Powered by PhpBBweb.com, setup your forum now!