Its an alias of the exit() and prints a message and exits the current script
Example
<?php
$fp = fopen(“test.xml”,”r”) or die(“Failed”);
?>
Its an alias of the exit() and prints a message and exits the current script
Example
<?php
$fp = fopen(“test.xml”,”r”) or die(“Failed”);
?>