Advertisment
Is someone causing you or your site pain? BAN THEM using this script!
Date and time are used in every Web applications. But formatting a date and time value into a string presentation requires very programming skills....
I still remember the time I was a PHP beginner, these little constant things were always a source of confusion. I remember attempting to overwrite...
Create a script that creates shortened URLs from large URLs.
I'm sure it's happened with the best of us. A script suddenly gets stuck in a loop and saps all the memory from the server. However,...
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...
How to record information about all your visitors in one small file.
In this tutorial you will learn about randomized string functions and how to use them effectively.
Want to make sure nobody uses the right-click on your website? Use this script.
A Brief Introduction about Session and an example to understand it.
A guide on how to comment your PHP scripts correctly.
A detailed guide on how to create a simple login system for your website.
Learn how to create and use functions correctly in PHP.
Parsing URLs in PHP isn’t perfect. Don’t get me wrong here, it does the job when it comes to breaking the URL in logical parts, but, it doesn’t...
We all use printf (or sprintf) to help ourselves when mingling together output strings with our variables, right? This is a tip that I use often,...
This tutorial demonstrates how to calculate the greatest common divisor and factorial numbers by doing basic math with PHP.
This tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS...
This tutorial goes through 10 things that you shouldn't do in PHP and why.
If you run any website that accepts submitted links, be it a tutorial website, a directory or a bookmarking site, you may find it useful to...
This is a description of how to go about writing PDF documents from PHP in any font and language.