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? Quote 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']. Quote Link to comment https://forums.phpfreaks.com/topic/74416-define-constant/#findComment-375991 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.