Primary links
Home
Quick Refs
ADO
ASP
CSS2
HTML
Jet Sql
Javascript
T-SQL
PHP
VBScript
WML
WML SCRIPT
WSH
XHTML
XML DOM
XSLT
Features
HTML Color Chart
Knowledge Base
Tutorials
Site
Authoring
Devguru Resume
Link to Us
Testimonials
Contact Us
Privacy Policy
Search
Font-size:
A
A
A
PHP
»
Control Structures
» exit()
Syntax:
void exit([mixed status])
status
Message to print or status to return.
Stops the execution of a script.
exit() is an alias of die().
See Also:
die()
Print this Page
E-mail this Page