Best Tutorials website
Latest tutorials

Advertisment

PHP Highlighting

PHP Highlighting

If you want to show code to people (For example in tutorials), it is a lot nicer to show them if it is all coloured, like in our tutorials. There...


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

Interactive Story

Interactive Story

Create a simple script where a user enters data into a form, and then processes the data to incorporate it into a story, where your user is the star!


Views: 479 | Rating star | by Slicer
PHP - Miscellaneous

Make a quiz

Make a quiz

Learn how to make a quiz so you can test someones knowledge about anything, then show them how they went afterwards.


Views: 511 | Rating star | by Slicer
PHP - Miscellaneous

Alternating table row colors

Alternating table row colors

Many websites use this script to alternate their table rows color that selected from mysql database, very useful and cool.


Views: 457 | Rating star | by Ben
PHP - Miscellaneous

Making number format like 0001, 0002

Making number format like 0001, 0002

In this tutorial, we'll make number format like 0001, 0002, 0003 in stead of 1, 2 ,3. It's very easy to do this.


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

ISO to UTF-8 Tutorial

ISO to UTF-8 Tutorial

Searching the web for a problem I face on a greek site about encoding, I found a very useful PHP class which changes the charset of a variable.


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

Mastering Regular Expressions in PHP

Mastering Regular Expressions in PHP

In this tutorial, you will learn how regular expressions work in PHP, and give you a short introduction on writing your own regular expressions. I...


Views: 436 | Rating star | by Tutorial
PHP - Miscellaneous

Compressing Javascript with PHP

Compressing Javascript with PHP

A small tutorial on compressing Javascript with PHP using GZIP.


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

Intro To Object: Option Variables

Intro To Object: Option Variables

Learn how to break apart a function, allowing different code to run depending on the variables passed.


Views: 438 | Rating star | by Isac
PHP - Miscellaneous

Limit Display Characters From Your Text

Limit Display Characters From Your Text

This php script helps you limit displaying characters form you message and not cut out your word.


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

 PHP Count Words from a string

PHP Count Words from a string

Learn how to count the words from a string using php.


Views: 499 | Rating star | by Stephen
PHP - Miscellaneous

Learn Regular Expressions - Including Email Validation

Learn Regular Expressions - Including Email Validation

Does “^[a-zA-Z0-9]+[a-zA-Z0-9_.-]*@[a-zA-Z0-9]+[a-zA-Z0-9_.-]*.[a-z]{2,4}$” seem like a foreign language to you? Well, it...


Views: 466 | Rating star | by Daniel
PHP - Miscellaneous

Conversion into roman numbers

Conversion into roman numbers

A php tutorial that shows how to use while cycle to convert a number into roman numbers.


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

PHP Script Image of the day

PHP Script Image of the day

In this script shows you how to display image of the day. You can adapt this script to display quote of the day, knowledge of the day or something...


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

View Source Code Page

View Source Code Page

Write a script that displays the source code of a given URL


Views: 440 | Rating star | by Ben
PHP - Miscellaneous

Display W3C Tips

Display W3C Tips

Ever want to display the tips from the W3C page? Well now you can!


Views: 474 | Rating star | by Simon
PHP - Miscellaneous

Get rid of Warning: division by zero on line

Get rid of Warning: division by zero on line

Prevent a common php warning with this tutorial without change the php.ini file


Views: 427 | Rating star | by Colin
PHP - Miscellaneous

UHits - PHP proxy hits generator

UHits - PHP proxy hits generator

This little tutorial to create fake hits generator using PHP. This scripts uses free proxies to generate hits to specified website. I call this...


Views: 698 | Rating star 3 | by John
PHP - Miscellaneous

Running IXSSO Queries from PHP

Running IXSSO Queries from PHP

Many people don't even know that it's possible, but you can query Microsoft's Indexing Server from PHP in almost the exact same...


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

Specifying how many columns per row when extractng from mysql

Specifying how many columns per row when extractng from mysql

This is a simple tutorial that shows you how to make information or images(in this case buttons) display in a specific number columns per row using...


Views: 469 | Rating star | by John
PHP - Miscellaneous