Welcome to BestCatalog.net - the largest directory
of the Web for web developers. Free web tools, free web hosting with
Cpanel, SEO tools, links on applications, articles, books, code samples,
tips, FAQ's, tutorials and documentations. Everything you need to
design, build, develop and promote your web site. Add your site to
BestCatalog.net - the human edited directory for webmasters !
Open Source licensing for PHP scripts. Open Source means that your software is entirely free for use, to anyone, and any user may modify the software to fit his own needs. To launch an open source application, you have to apply the GNU GPL License.
By the end of this tutorial, you'll have a better understadning of what classes are and what they are good for. Classes can be very powerful when used right and can save you a lot of work (and typing) in the long run.
Database transactions are important for data reliability and consistency. Used properly, they can prevent many types of errors. Used improperly, they can cause many other kinds of errors. Kimberlee Jensen demonstrates using transactions with PHP well.