Chapter 12 problem Please help
I'm trying to run the userviewer.php but I keep getting this error:
"Notice: Undefined variable: action in c:\inetpub\wwwroot\userviewer.php on line 247" which refers to this code:
switch($action) {
case "view_record":
view_record();
break;
default:
list_records();
break;
}
I'm using the files supplied by Wrox "userviewer.php" and "common_db.inc". Does anyone have any clue as to why this won't work for me? My mind has turned to mush trying to figure it out.
Please help
Ron
|