Mega Code Archive

 
Categories / Php / Functions
 

Void exit ( [mixed status] ) terminates execution of the script

if ($password != "frosties") {             print "Access denied.";             exit( ); // note: ( ) is optional     }