void exit ( [mixed status] ) terminates execution of the script
if ($password != "frosties") { print "Access denied."; exit( ); // note: ( ) is optional }