To totaly break from the program you can use exit() or die()
(exit and die are aliases).
To break from one loop of a for loop and jump to the next,
e.g. if you are in the miffle of the $i=4 loop and you want
to jump to $i=5 you can use continue().
If you wish to break from the for loop (totaly) and continue
with the execution of the program, use break().
Query2Report : Generating Html, Pdf and Csv Reports from SQL Query Categories : PHP , PHP , HTML , PDF , Excel grab the result of any calculation you submit to the Google Calculator. Categories : PHP , Arrays , Web Services , Regexps , Math. MD5 based block cypher in 128 bit CFB Categories : PHP , Encryption , MD5 Identify and log search engine access (spiders, robots, etc.) to a page. Categories : HTTP , Environment Variables , PHP , MySQL , Databases Example of using the pcCalendar class, article 1468 on weberdev.com. Calendar example. Categories : PHP , Date Time , PHP Classes , Calendar Complete, simple working example of login screen and check on a unique page using php functions, cookies and mysql database. Categories : PHP , Cookies , MySQL , HTML and PHP , Authentication How to get the exit code and result of an exec() command. Categories : PHP , Network PHP Tester - Lets you test php code from a browser (modification). Categories : PHP , HTML and PHP , Testing Dynamic Organization chart Categories : PHP , MySQL The Best Authorize Categories : PHP , MySQL , Cookies Dynamic form field Categories : PHP , HTML and PHP , Form Processing A database abstraction layer for the PHP 3.0 ODBC module. It supports persistent connections, fetching rows into arrays, prepare/execute (variable binding) and has a new and improved error interface. Categories : Databases , PHP , Complete Programs The GTV.class allows you to extract a value between any HTML tag or between any TEXT on a web page. Categories : PHP , PHP Classes , Regexps Counter that use a sequence in MySql, avoid problems with concurrent access in a
web server.
If you use simple text file to store counters you can have problems if two or
more WWW users connect to your web all at the same time. Categories : MySQL , PHP PHPixel - output of 1 pixel transparent/colored gif for counters etc. Categories : PHP , Graphics , HTML and PHP