How do you define a variable which holds the $_GET['value']; ?
I get this error UNDEFINED INDEX: cat IN C... ON LINE 20 while doing this:
$cat = $_GET['cat'];
$cat_array = array('users', 'projects', 'roles', 'library', 'bugs');
How can I define the $cat
 
     
     
     
    