
Advertisment
Ban an IP Address Using PHP
Is someone causing you or your site pain? BAN THEM using this script!
Views: 624 |
| by Jason
PHP - Miscellaneous
Testing date() PHP Function
Date and time are used in every Web applications. But formatting a date and time value into a string presentation requires very programming skills....
Views: 557 |
| by Steve
PHP - Miscellaneous
Defining your World: All About Constants
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...
Views: 559 |
| by Donald
PHP - Miscellaneous
Create a Short URL Script
Create a script that creates shortened URLs from large URLs.
Views: 758 |
| by Sean
PHP - Miscellaneous
Memory Management with Declare
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,...
Views: 552 |
| by Tutorial
PHP - Miscellaneous
P-Bank System For Games - Part 1
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...
Views: 576 |
| by Isac
PHP - Miscellaneous
Recording Visitors (And Infomation About Them)
How to record information about all your visitors in one small file.
Views: 549 |
| by Marry
PHP - Miscellaneous
Learn About Randomized String Functions
In this tutorial you will learn about randomized string functions and how to use them effectively.
Views: 657 |
| by Sean
PHP - Miscellaneous
No Right Click Ban (Without JavaScript!)
Want to make sure nobody uses the right-click on your website? Use this script.
Views: 645 |
| by Sarah
PHP - Miscellaneous
Understanding PHP Session
A Brief Introduction about Session and an example to understand it.
Views: 663 |
| by Steve
PHP - Miscellaneous
Commenting Your PHP Code
A guide on how to comment your PHP scripts correctly.
Views: 696 |
| by David
PHP - Miscellaneous
Creating a Simple Login System
A detailed guide on how to create a simple login system for your website.
Views: 718 |
| by Amy
PHP - Miscellaneous
Creating a Function in PHP
Learn how to create and use functions correctly in PHP.
Views: 692 |
| by Troy
PHP - Miscellaneous
Domain & TLD parsing
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...
Views: 688 |
| by Adam
PHP - Miscellaneous
Do not Repeat Yourself when using Printf!
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,...
Views: 685 |
| by Steve
PHP - Miscellaneous
Factorial and Greatest Common Divisor
This tutorial demonstrates how to calculate the greatest common divisor and factorial numbers by doing basic math with PHP.
Views: 664 |
| by Slicer
PHP - Miscellaneous
Creating a UPS Shipping Calculator
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...
Views: 709 |
| by Jason
PHP - Miscellaneous
Top 10 Noob mistakes in PHP
This tutorial goes through 10 things that you shouldn't do in PHP and why.
Views: 666 |
| by Nick
PHP - Miscellaneous
Getting Remote Webpage Info Using PHP
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...
Views: 960 |
| by Adam
PHP - Miscellaneous
How to write a PDF from PHP with a custom font and encoding
This is a description of how to go about writing PDF documents from PHP in any font and language.
Views: 988 |
| by Simon
PHP - Miscellaneous
