Click to See Complete Forum and Search --> : iis + php set up


andy_117
02-28-2004, 06:05 AM
Please Help
I am new to php and i am running php 5 with mysql datebase and iis 5 websever. when i write a script that requires $_phpself i get the following error messeage

Notice: Use of undefined constant name - assumed 'name' in C:\Documents and Settings\Administrator\Desktop\php\test.php on line 1

i have tried to run this script with globals turned on and off.

please help as i think i am going to go mad
Thanks in advance
Andy

Azazeal
03-11-2004, 07:35 AM
I am not sure of this, but a Google search on your error returned the following:

These notices are a result of your setting for error_reporting in your php.ini file being set to broadly. They are not errors. You need to change the error_reporting setting to E_ALL & ~E_NOTICE.

Usually when I get errors that I dont understand, Google is great at finding them...try it out.