undefined index???
wat does this error means??
Warning: Undefined index: 2 in C:\Inetpub\wwwroot\template\admin.php on line 453
if i manually install php,(setting manually), this error wil not appear. but if i use the .exe to install, (means i dont' have to do the settings), this error will appear.
Mark Hensler posted this at 07:06 — 23rd November 2001.
He has: 4,048 posts
Joined: Aug 2000
what is line 453?
joyce posted this at 07:11 — 23rd November 2001.
They have: 164 posts
Joined: Nov 2001
line 453:
for($i = 0; $i < count($array[$value]); $i++)
Mark Hensler posted this at 18:20 — 23rd November 2001.
He has: 4,048 posts
Joined: Aug 2000
echo $value;
echo $array[$value];
What's it print?
Mark Hensler posted this at 18:26 — 23rd November 2001.
He has: 4,048 posts
Joined: Aug 2000
Oh... check the error_reporting level too...
echo ini_get("error_reporting");
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.