October 2005
Intermediate to advanced
372 pages
11h 35m
English
die()
void exit ( [mixed status] )The die() function terminates execution of a script, and is an alias of the exit() function.
$db = open_database() OR die("Couldn't open database!");