Loading...
How to create a language changer with PHP

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

David Carr

4 min read -

Login Script with Validation

Login Script with Validation

A login script tutorial to log users into your database driven site using sessions. The da...

David Carr

6 min read -

Newsletter Tutorial Part 2 Sending out HTML and Plain Text Emails

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

David Carr

6 min read -

A simply way to extract title and other attributes from a image tag

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

David Carr

1 min read -

Reset Password Script

Reset Password Script

This tutorial will show you how to create a reset password script. This tutorial will use...

David Carr

5 min read -

Create a simple FTP class

Create a simple FTP class

FTP is well known to all designers/developers to moves files from a local computer to a re...

David Carr

5 min read -

How to ping search engines with curl

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

David Carr

3 min read -

Registration script with Validation

Registration script with Validation

In this tutorial I will explain how to create a user registration script along with valida...

David Carr

15 min read -

Delete folders from server using PHP

Delete folders from server using PHP

A tutorial to create a function to delete folder and all sub folders from the server. Sta...

David Carr

2 min read -

Change file permissions dynamically with php

Change file permissions dynamically with php

A tutorial to change file permissions dynamically with php First define the function name...

David Carr

1 min read -

Show all MySQL databases and tables

Show all MySQL databases and tables

Want to see what databases you have and what tables are inside each database but do not ha...

David Carr

3 min read -

Sticky Forms with PHP

Sticky Forms with PHP

Ever submitted a form and not filled in all the field only to have to fill them all in aga...

David Carr

1 min read -

Strip tags from a string

Strip tags from a string

From time to time you may need to remove certain tags from a string but leave other tags i...

David Carr

1 min read -

Edit data from a database

Edit data from a database

A tutorial to edit existing data from a MySQL database. Before you can edit any data you...

David Carr

7 min read -

Split a string into parts using explode

Split a string into parts using explode

A tutorial to split a string into parts using explode. The code that will run to split th...

David Carr

3 min read -

Using the Rand() function in PHP

Using the Rand() function in PHP

This tutorial introduces you to the function rand() MySQL has many built in functions one...

David Carr

1 min read -

Searching with PHP and MySQL beyond LIKE

Searching with PHP and MySQL beyond LIKE

Ever wanted to add a search feature to your php & MySQL driven web site? Then your...

David Carr

5 min read -

Including files

Including files

Including files with php is very easy to do. This tutorial shows you how. The main reason...

David Carr

3 min read -