Predefined variables are built-in variables that are always available in PHP, like `$_SERVER` which holds information about the server and `$_POST` used for form data.