Best Tutorials website
Latest tutorials

Advertisment

Ban an IP Address Using PHP

Ban an IP Address Using PHP

Is someone causing you or your site pain? BAN THEM using this script!


Views: 462 | Rating star | by Jason
PHP - Miscellaneous

Testing date() PHP Function

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: 374 | Rating star | by Steve
PHP - Miscellaneous

Defining your World: All About Constants

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: 371 | Rating star | by Donald
PHP - Miscellaneous

Create a Short URL Script

Create a Short URL Script

Create a script that creates shortened URLs from large URLs.


Views: 574 | Rating star | by Sean
PHP - Miscellaneous

Memory Management with Declare

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: 358 | Rating star | by Tutorial
PHP - Miscellaneous

P-Bank System For Games - Part 1

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: 390 | Rating star | by Isac
PHP - Miscellaneous

Recording Visitors (And Infomation About Them)

Recording Visitors (And Infomation About Them)

How to record information about all your visitors in one small file.


Views: 376 | Rating star | by Marry
PHP - Miscellaneous

Learn About Randomized String Functions

Learn About Randomized String Functions

In this tutorial you will learn about randomized string functions and how to use them effectively.


Views: 462 | Rating star | by Sean
PHP - Miscellaneous

No Right Click Ban (Without JavaScript!)

No Right Click Ban (Without JavaScript!)

Want to make sure nobody uses the right-click on your website? Use this script.


Views: 477 | Rating star | by Sarah
PHP - Miscellaneous

Understanding PHP Session

Understanding PHP Session

A Brief Introduction about Session and an example to understand it.


Views: 472 | Rating star | by Steve
PHP - Miscellaneous

Commenting Your PHP Code

Commenting Your PHP Code

A guide on how to comment your PHP scripts correctly.


Views: 493 | Rating star | by David
PHP - Miscellaneous

Creating a Simple Login System

Creating a Simple Login System

A detailed guide on how to create a simple login system for your website.


Views: 484 | Rating star | by Amy
PHP - Miscellaneous

Creating a Function in PHP

Creating a Function in PHP

Learn how to create and use functions correctly in PHP.


Views: 512 | Rating star | by Troy
PHP - Miscellaneous

Domain & TLD parsing

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...


Views: 503 | Rating star | by Adam
PHP - Miscellaneous

Do not Repeat Yourself when using Printf!

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: 466 | Rating star | by Steve
PHP - Miscellaneous

Factorial and Greatest Common Divisor

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: 482 | Rating star | by Slicer
PHP - Miscellaneous

Creating a UPS Shipping Calculator

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: 520 | Rating star | by Jason
PHP - Miscellaneous

Top 10 Noob mistakes in PHP

Top 10 Noob mistakes in PHP

This tutorial goes through 10 things that you shouldn't do in PHP and why.


Views: 485 | Rating star | by Nick
PHP - Miscellaneous

Getting Remote Webpage Info Using PHP

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: 746 | Rating star | by Adam
PHP - Miscellaneous

How to write a PDF from PHP with a custom font and encoding

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: 724 | Rating star | by Simon
PHP - Miscellaneous