6th May 2011 • David Carr Article pagination with OOP (split article into pages) When you have a long article you may want to split the article into pages. This is easy to do on a s... Read more
6th May 2011 • David Carr How to ping search engines with curl When you add new story or update an existing one it may take a few weeks for search engine bots to r... Read more
6th May 2011 • David Carr Reset Password Script This tutorial will show you how to create a reset password script. Read more
6th May 2011 • David Carr Create a simple FTP class FTP is well known to all designers/developers to moves files from a local computer to a remote web s... Read more
6th May 2011 • David Carr Connecting to an imap server using imap_open php allows you to do a lot of things including reading your email! This IMAP series will show you ho... Read more
6th May 2011 • David Carr How to create a language changer with PHP Some sites cater for more then just the English speaking world in such sites there is a need for mul... Read more
6th May 2011 • David Carr A simply way to extract title and other attributes from a image tag There's times where you need to dynamically extract attributes from image tags such as extractin... Read more
6th May 2011 • David Carr Contact Form Tutorial Need a contact form for your site? This tutorial shows you how to create one. Read more
6th May 2011 • David Carr Resize images on upload This tutorial will show you how to upload an image and create 2 images, a full sized image and a thu... Read more
6th May 2011 • David Carr Upload images through a simple form This tutorial will show you how to upload an image and give it a name in a simple form Read more
6th May 2011 • David Carr Avoiding: Headers already sent or Cannot modify header information From time to time you may want to refresh the page or redirect the page with php this is very easy t... Read more
5th May 2011 • David Carr Searching with PHP and MySQL beyond LIKE Ever wanted to add a search feature to your php & MySQL driven web site? Then your in luck this... Read more
5th May 2011 • David Carr Registration script with Validation In this tutorial I will explain how to create a user registration script along with validation. Read more
5th May 2011 • David Carr Change file permissions dynamically with php A tutorial to change file permissions dynamically with php Read more
5th May 2011 • David Carr Delete folders from server using PHP A tutorial to create a function to delete folder and all sub folders from the server. Read more