june_c21 Posted October 23, 2007 Share Posted October 23, 2007 hi, i got this error "Notice: Use of undefined constant Edit - assumed 'Edit' in C:\Web\event\main.php on line 42" so i should define constant,right? how to write that in php code? Link to comment https://forums.phpfreaks.com/topic/74416-define-constant/ Share on other sites More sharing options...
trq Posted October 23, 2007 Share Posted October 23, 2007 This is usually caused by trying to access an array index via $arr[index] instead of the proper $arr['index']. Link to comment https://forums.phpfreaks.com/topic/74416-define-constant/#findComment-375991 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.