$url = $_SERVER['REQUEST_URI']; if (!strpos($url,'mysql')) { echo 'No mysql.'; //swapped with other echo statement } else { echo 'Mysql exists.'; }