Tag Archives: php

Error Handling Part 2

Note: These posts are part of a series written by an Ideal Websites employee, who is currently training to become a PHP developer. As you will know, there are a number of reasons you could get an error in PHP. However, sometimes you will want something to be flagged as an error if it’s going [...]
Posted in PHP Basics | Also tagged , , , | Leave a comment

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 [...]
Posted in PHP Basics | Also tagged , , | Leave a comment

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 [...]
Posted in PHP Basics | Also tagged , , , | Leave a comment

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 [...]
Posted in PHP Basics | Also tagged , , , | Leave a comment

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 [...]
Posted in PHP Basics | Also tagged , , | Leave a comment