It output a message and terminate the current script
Example
<?php
$fp = fopen($site,”r”) or exit(“Failed”);
?>
Output
phpcode
It output a message and terminate the current script
Example
<?php
$fp = fopen($site,”r”) or exit(“Failed”);
?>
Output
phpcode