2
i get this inline error in debug mode. how can i rectify this?
Notice: Undefined variable: op in file /modules/alumni/modlisting.php line 313
Notice: Undefined variable: op in file /modules/alumni/modlisting.php line 319
Notice: Undefined variable: op in file /modules/alumni/modlisting.php line 323
-----------------------------
what is this op and how can the error be removed
below is the snippet of file modlisting.php which contains this "op"
le="color: #000000"><?php if(!isset($_POST['lid']) && isset($_GET['lid']) ) { $lid = $_GET['lid'] ; } if(!isset($_POST['op']) && isset($_GET['op']) ) { $op = $_GET['op'] ; } switch ($op) { case "ModAlumni": include(XOOPS_ROOT_PATH."/header.php"); ModAlumni($lid); include(XOOPS_ROOT_PATH."/footer.php");