1st Mar 2012 • David Carr Adding Events to Microsoft Outlook from PHP using ICAL I've recently been trying to find the best way of creating a calendar event outlook from a php d... Read more
13th Feb 2012 • David Carr Move emails to selected IMAP Folder Moving email from one IMAP mailbox folder another is a simple process this short tutorial will show... Read more
13th Feb 2012 • David Carr Display mailbox folders with IMAP using PHP When using IMAP its likely you will want access to the users mailbox so they can view all their fold... Read more
16th Jan 2012 • David Carr Mixing Jeditable with a Calendar For a recent project I needed to be able to edit text directly on the webpage I decided to use jedit... Read more
27th Jul 2011 • David Carr Reading events from an iCal Calendar using PHP Reading event/calender information from iCal can be very useful this tutorial will show you how to r... Read more
13th Jul 2011 • David Carr Convert mobile number to international format dynamically with php I often need to covert mobile numbers into a UK international format of 44 followed by the number su... Read more
12th Jul 2011 • David Carr Create a DOC file with PHP on the fly Ever wanted to save a page to a word doc file? this tutorial shows you just how easy it is to do. Tu... Read more
27th May 2011 • David Carr Limit MySQL output This tutorial will show you how to limit how many results you get from a database query Read more
19th May 2011 • David Carr Limit the amount of characters from a MySQL Query Tutorial to limit the amount of characters from a MySQL query. Read more
15th May 2011 • David Carr Magic Quotes This tutorial will explain what magic quotes are and how to use them when Magic Quotes are enabled w... Read more
13th May 2011 • David Carr Naming your sessions In PHP when you create a session and give it a name always make the name unique and not the same nam... Read more
12th May 2011 • David Carr Inserting data into a database A tutorial on inserting data into your database. Read more
11th May 2011 • David Carr Creating a table within a database This tutorial will explain how to create a users table in your database. This tutorial will assume y... Read more
11th May 2011 • David Carr Viewing data from a database A tutorial on viewing data from a database. There are many ways to retrieve data from a database thi... Read more
7th May 2011 • David Carr Counting results in PHP A basic tutorial to show you how to use php to count the number of results in a MySQL query Read more