echo 'dispatch.php'; $id = $_GET['slug']; $test = $_GET['test']; echo "slug = $id" ; echo "test = $test"; ?>