pre-defined varaibles have their own value. Meaning you cannot change their values. The predefined variables I used was $_SERVER['SCRIPT_FILENAME'] which shows the full path and name of the script being run. $_SERVER['HTTP_USER_AGENT'] represents the browser and operation system of the user accessing the script.