6th May 2011 • David Carr Newsletter Tutorial Part 1 The Signup This newsletter tutorial will show you how to create a newsletter signup form, part 2 will show you... Read more
6th May 2011 • David Carr Importing CSV (spreadsheet) data into a MySQL Database using PHP Working with CSV files is very common practice, as such you'll want to add data from spreadsheet... Read more
6th May 2011 • David Carr Delete rows from a MySQL database with a confirmation Delete rows from a MySQL database with a confirmation This tutorial shows you how to delete rows fro... Read more
6th May 2011 • David Carr Login Script with Validation A login script tutorial to log users into your database driven site using sessions Read more
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