Is it me or just the notices that's silly : Version 4.2.0
Posted: Tue May 14, 2002 3:24 pm
The code is working fine but i'm getting a notice from PHP about undefined index. Do I just have to ignore it or there is something really wrong here.
I'm using PHP Ver. 4.2.0
Here's the code:
Here's the notice :
Undefined index : action......
I'm using PHP Ver. 4.2.0
Here's the code:
Code: Select all
switch($_POSTї'action']){
case "submit":
verify();
break;
case "add";
add();
default:
index();
break;
}Undefined index : action......