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..
Sending SMS with PHP
SMS stands for "Short Message Service" and uses mobile phones to transmit (surprise, surprise) short messages to and from mobile..
Random Password Generation
A common feature found on many websites upon user registration are random passwords. This tutorial will walk you through a..
PHP While Loops
The idea of a loop is to do something over and over again until the task has been completed...
Bookmarking App Tutorial
In this week's tutorial, we are making a simple link sharing app. This app will give you the ability to..
Human Readable Random String
This code will create a human readable string that will look more close to dictionary words, useful for captchas...
MySQL Delete
From time to time, you may even need to delete items from your database. The DELETE query is very similar..
