Since a couple of months ago my website was full of notice errors so I'm trying to fix the code now. I suppose there was some php update. I'm not so bright at php so:
switch ( (isset($_GET['action'])) ) {
case "delete":
delete();
break;
}
this won't work when I add isset.
Can't you use isset inside a function? I dont know really so I'm asking you guys that know these things.
cheers