Predetermined variables are variables that already have a value before the PHP code is ran. A normal variable is given its value while the code is ran. For example, the $file value in the code gets its value as the code is ran, but the $_SERVER['SCRIPT_FILENAME'] variable already gets its value before the code is ran.