1st Feb 2014 • David Carr Login and Registration system with PHP This tutorial will cover creating a login system with registration upon registering an activation li... Read more
30th Jan 2014 • David Carr Quick Tip: when MPDF hangs generating a PDF I'm a huge fan of MPDF it's an incredibly easy HTML to PDF library. Recently I... Read more
23rd Jan 2014 • David Carr Writing to an existing PDF with PHP On a recent project I had the needed to modify an existing PDF, the modification would be done dynam... Read more
22nd Jan 2014 • David Carr Connecting to Gmail with imap_open Using PHP connecting to an POP/IMAP server is a relatively easy process, it can be useful for using... Read more
21st Dec 2013 • David Carr Use Google finance calculator to convert currency with PHP Convert currency from one country to another easily with Google's finance calculator, using that... Read more
14th Dec 2013 • David Carr Detecting dynamic form submissions with php Here's a very simple way to detect if a form has been submitted, I've recently wrote a plugi... Read more
12th Dec 2013 • David Carr Free Web Development E-Book Giveaway from Developer.Press Fancy getting your hands on the essential PHP ebook PHP Array Filtering: The Use Cases or... Read more
9th Dec 2013 • David Carr Super simple form Captcha using RainCaptcha RainCaptcha is simple to use CAPTCHA for forms, it helps prevent spam submissions by creating images... Read more
9th Dec 2013 • David Carr MySQL get users birthday Here's a simple way to select all birthdays for the current date, where the date of birth is sto... Read more
6th Dec 2013 • David Carr Book Review - PHP Array Filtering, The Use cases Do you use arrays? Do you use the most effective inbuilt functions to filter multiple arrays? If not... Read more
30th Oct 2013 • David Carr PHP's extract function and HTML arrays I'm a huge fan of using the extract function in php its very handy it lets you extract an array... Read more
22nd Oct 2013 • David Carr Wordpress Twenty Thirteen theme - display post excerpt's By default the Wordpress theme twenty thirteen shows the full post. When using the post types such a... Read more
12th Oct 2013 • David Carr Building a content management system from scratch - SEO URLS This tutorial will explain how to change the simple CMS to use search engine friendly urls instead o... Read more
6th Oct 2013 • David Carr Creating a blog from scratch with PHP - Part 4 Categories This part will cover adding categories to posts. Read more
30th Sep 2013 • David Carr Creating a blog from scratch with PHP - Part 3 comments with Disqus This part will cover using adding Disqus to the posts. Disqus is simple to use comment system you ca... Read more