Template Sites
Featured Sites
Members Area
Partners Sites
PHP Tutorials

PHP Constant Tutorial

It is possible to get the value of a PHP constant dynamically using the constant() function. It takes a string..

Views: 70

Sending SMS with PHP

SMS stands for "Short Message Service" and uses mobile phones to transmit (surprise, surprise) short messages to and from mobile..

Views: 118

Random Password Generation

A common feature found on many websites upon user registration are random passwords. This tutorial will walk you through a..

Views: 129

PHP While Loops

The idea of a loop is to do something over and over again until the task has been completed...

Views: 58

Bookmarking App Tutorial

In this week's tutorial, we are making a simple link sharing app. This app will give you the ability to..

Views: 34

Human Readable Random String

This code will create a human readable string that will look more close to dictionary words, useful for captchas...

Views: 59

MySQL Delete

From time to time, you may even need to delete items from your database. The DELETE query is very similar..

Views: 44