9th Jun 2013 • David Carr Creating a blog from scratch with PHP - Part 2 SEO URLS This tutorial will cover adding SEO urls to the existing blog, This part will cover using (SEO) sear... Read more
7th Jun 2013 • David Carr Creating a blog from scratch with PHP This tutorial will cover creating a very simply blog, it will only consist of posts, the front-end w... Read more
4th Jun 2013 • David Carr Detecting and replacing bad words in PHP User submitted content should always be moderated before its used or outputted on a public website,... Read more
29th May 2013 • David Carr Create an RSS feed with PHP This tutorial will cover how to create a valid RSS feed from a database table of records using PHP. Read more
18th May 2013 • David Carr Simple Member Only Page Here's a quick way to secure a page so only logged in users can access it otherwise the user is... Read more
15th May 2013 • David Carr Sending HTML emails & attachments using PHP & Swiftmailer Sending email with raw PHP is very easy to do, but sending HTML email is a little more involved brin... Read more
10th Apr 2013 • David Carr Adding multiple times together in an array with PHP Adding times together can be complex when taking seconds, minutes and hours into account of multiple... Read more
6th Apr 2013 • David Carr Splitting a telephone number in php with substr I recently had a collection of numbers in the format of area code then the telephone number with no... Read more
19th Mar 2013 • David Carr How to upload videos to YouTube with PHP Using the YouTube API its possible to upload videos to your own YouTube account using their API, thi... Read more
18th Mar 2013 • David Carr Dynamically binding select menus with PHP & jQuery I've recently had the need to show different select menus depending on what was selected in the... Read more
27th Feb 2013 • David Carr Autocomplete with PHP, MySQL and Jquery UI A clean guide on creating an autocomplete input using jQuery UI & PHP Read more
22nd Jan 2013 • David Carr Getting the week commencing date and week number using PHP Using php's date function you can get all sorts of date combinations including finding the week... Read more
21st Jan 2013 • David Carr Generate a PDF from a web page Easily convert a web page into a PDF with MPDF, this library makes it possible to take a webpage and... Read more
20th Jan 2013 • David Carr Pagination with a PHP class I've recently wrote a pagination class for php, I used to do this in a procedural way by using f... Read more
15th Jan 2013 • David Carr PHP adding multiple times together Working with dates and times can be tricky unless you use some handy built in functions, I found mys... Read more