Categories
Archives
- October 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- November 2010
- September 2010
- July 2010
- June 2010
- April 2010
- February 2010
- November 2009
- October 2009
- September 2009
- May 2009
- January 2009
- November 2008
- September 2008
- August 2008
- June 2008
- March 2008
- February 2008
- January 2008
- October 2007
- September 2007
- January 2007
- December 2006
Tag Archives: php
Error Handling Part 1
Note: These posts are part of a series written by an Ideal Websites employee, who is currently training to become a PHP developer. One thing that becomes clear fairly quickly when learning PHP is that you are going to get errors, and sometimes these can be hard to decipher. PHP comes with an error handling [...]
SimpleXML
Note: These posts are part of a series written by an Ideal Websites employee, who is currently training to become a PHP developer. XML stands for Extensible Markup Language and is used for encoding-documents in machine-readable form. It is the basis for many languages and programmes that you are likely already familiar with, such as [...]
phpMyAdmin
Note: These posts are part of a series written by an Ideal Websites employee, who is currently training to become a PHP developer. As previously mentioned, phpMyAdmin is an online application for managing your MySQL databases using PHP. It is very powerful, and can create, modify or delete databases, tables, fields or rows of your [...]
MySQL
Note: These posts are part of a series written by an Ideal Websites employee, who is currently training to become a PHP developer. PHP is a fantastic web programming language, but much in the way that to get the most out of HTML, it’s a good idea to get into CSS, to get the most [...]
Error Handling Part 2