Loading...
My thoughts behind Hull KR TV and its nomination for a prestigious Royal Television Society Award

My thoughts behind Hull KR TV and its nomination for a prestigious Royal Television Society Award

I've been actively developing Hull KR TV since it?s launch in 2010, so to find out it has...

David Carr

3 min read -

Limit the amount of characters from a MySQL Query

Limit the amount of characters from a MySQL Query

Tutorial to limit the amount of characters from a MySQL query. You can limit the amount of...

David Carr

2 min read -

Magic Quotes

Magic Quotes

This tutorial will explain what magic quotes are and how to use them. When Magic Quotes ar...

David Carr

1 min read -

Naming your sessions

Naming your sessions

In PHP when you create a session and give it a name always make the name unique and not th...

David Carr

1 min read -

Inserting data into a database

Inserting data into a database

A tutorial on inserting data into your database. This tutorial assumes you have basic kno...

David Carr

5 min read -

Viewing data from a database

Viewing data from a database

A tutorial on viewing data from a database There are many ways to retrieve data from a da...

David Carr

3 min read -

Creating a table within a database

Creating a table within a database

This tutorial will explain how to create a users table in your database. This tutorial wil...

David Carr

3 min read -

Counting results in PHP

Counting results in PHP

A basic tutorial to show you how to use php to count the number of results in a MySQL quer...

David Carr

1 min read -

Building a content management system from scratch

Building a content management system from scratch

A few people have asked me for links for tutorials on making a cms or have asked me to wri...

David Carr

18 min read -

Resize images on upload

Resize images on upload

This tutorial will show you how to upload an image and create 2 images, a full sized image...

David Carr

12 min read -

Upload images through a simple form

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, fi...

David Carr

4 min read -

Importing CSV (spreadsheet) data into a MySQL Database using PHP

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 sprea...

David Carr

5 min read -

Newsletter Tutorial Part 1 The Signup

Newsletter Tutorial Part 1 The Signup

This newsletter tutorial will show you how to create a newsletter signup form, part 2 will...

David Carr

3 min read -

Article pagination with OOP (split article into pages)

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...

David Carr

9 min read -

Contact Form Tutorial

Contact Form Tutorial

Need a contact form for your site? This tutorial shows you how to create one. This tutori...

David Carr

5 min read -

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 from your database and uses a JavaScript powere...

David Carr

5 min read -

Connecting to an imap server using imap_open

Connecting to an imap server using imap_open

This first tutorial will show you how to use imap_open to connect to a imap mail server....

David Carr

3 min read -

Avoiding: Headers already sent or Cannot modify header information

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 v...

David Carr

1 min read -