Advertisment
In this article I will show you how to use PHP regular expressions in your own PHP scripts.
After checking different blogs and tutorials, the bakery, API and IRC channel, it was obvious that some kind of documentation for the validation...
Learn how to create a unique hits counter that saves data into a MySQL database.
Views: 896 | | by Sarah
PHP - Counters
This tutorial will show you how to install Apache 2.0.59, PHP 5.2.3 and MySQL 5.0.41 on machine running Windows XP.
In this tutorial we will be create a gallery class, and also a template class that will work together with the gallery class. This will extend on a...
In this tutorial i will explain you how to create a Bank system for games using php and a mysql database. In part 1 i will show you how to store...
Tutorial shows difference between numeric and associative arrays and with example of how to how to use them.
How to record information about all your visitors in one small file.
All this does is it takes the user's input, calculates the MD5 hash of the input, and displays it to the user.
Views: 551 | | by Slicer
PHP - Security
This tutorial assumes you have a decent knowledge of PHP. You will learn the basic concepts of OOP and their uses.
Views: 884 | | by Isac
PHP - OOP
Debugging essentially means to track down an error in your code. Found a 'bug' in your code? Then you need to 'de-bug' it! This...
Filtering users by their IP address may seem like a good idea when you're beginning PHP, even coders that should know better have been caught...
Views: 572 | | by Sean
PHP - Security
Today I am going to cover how to create dynamic images with PHP and the gd extension. Gd allows you to draw many different shapes and put text into...
Learn how to implement the simple PHP number_format function so that you can format large numbers with commas after every 3 digits for ease of...
We're going to be constructing an Apache-like, in fact we're going to be emulating the Apache ACL in its entirety. Although you could...
Views: 508 | | by David
PHP - Security
When you create an interface, you're basically creating a prototype/blueprint of functions that classes using the interface must implement in...
Views: 844 | | by Jason
PHP - OOP
This article demonstrates how to use PHP forms. You will find detailed information from the form basics to the more advanced form processing topics.
Learn how to create a dynamic signature that connects to a database to collect infomation and display it.
This provides notes and tutorials on PHP SOAP Extension client functions and client testing programs. What Is PHP SOAP Extension? GetTemp.php -...
Learn how to translate date into your language, also you will learn how to use if, else and elseif.