27th May 2011 • David Carr Limit MySQL output This tutorial will show you how to limit how many results you get from a database query Read more
21st May 2011 • David Carr 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 been n... Read more
19th May 2011 • David Carr Limit the amount of characters from a MySQL Query Tutorial to limit the amount of characters from a MySQL query. Read more
15th May 2011 • David Carr Magic Quotes This tutorial will explain what magic quotes are and how to use them when Magic Quotes are enabled w... Read more
13th May 2011 • David Carr Naming your sessions In PHP when you create a session and give it a name always make the name unique and not the same nam... Read more
12th May 2011 • David Carr Inserting data into a database A tutorial on inserting data into your database. Read more
11th May 2011 • David Carr Creating a table within a database This tutorial will explain how to create a users table in your database. This tutorial will assume y... Read more
11th May 2011 • David Carr Viewing data from a database A tutorial on viewing data from a database. There are many ways to retrieve data from a database thi... Read more
7th May 2011 • David Carr Counting results in PHP A basic tutorial to show you how to use php to count the number of results in a MySQL query Read more
6th May 2011 • David Carr 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 write one, so... Read more
6th May 2011 • David Carr Newsletter Tutorial Part 2 Sending out HTML and Plain Text Emails Part 1 (Newsletter Tutorial Part 1 The Signup) looked at setting up a database table to store email... Read more
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