Predefined variables in PHP are built-in variables that provide important information about the server environment, user input, and script execution. Examples include $_SERVER, which holds server and execution environment information, and $_POST, which contains data sent in an HTTP POST request. These variables are important for handling web requests and responses.