url: "functions/functions.php?view_cat"
function view_cat() { echo "view_cat"; } if ($_SERVER['QUERY_STRING'] == "view_cat") { view_cat(); }