Jump to content

Undefined Variables


richard99

Recommended Posts

Enable display_errors and make sure error_reporting is set to E_ALL in the php.ini

Your should now get a Notice message a bit like the following:
[code]Notice: Undefined variable: [variable name here] in [path of script] on line [line number here][/code]
Link to comment
https://forums.phpfreaks.com/topic/31399-undefined-variables/#findComment-145354
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.