Best Tutorials website
Latest tutorials

Advertisment

YouTube .FLV Grabber

YouTube .FLV Grabber

Learn how to grab the FLV videos used in YouTube, download and save them to your hard-drive. Surprisingly it's within YouTube's Terms of...


Views: 514 | Rating star 1 | by Jason
PHP - Miscellaneous

Generating random passwords

Generating random passwords

The tutorial will teach us how to generate a random password every time the function is called.


Views: 919 | Rating star | by Adam
PHP - Randomizing

How To Redirect or Cloak Affiliate Links

How To Redirect or Cloak Affiliate Links

This tutorial will show you how to redirect your affiliate links using a PHP script and a simple edit to your .htaccess file. For some reason users...


Views: 882 | Rating star | by Stephen
PHP - Redirection

Simple button link system in PHP/MYSQL

Simple button link system in PHP/MYSQL

This tutorial will show you how to build the administrative backend as well as the display frontend of a button link system.


Views: 850 | Rating star | by Brad
PHP - Link Indexing

PHP Database Integration With MySQL

PHP Database Integration With MySQL

One of the defining features of PHP is the versatility it offers for connection to, and manipulation with, databases. In this article, we look at...


Views: 564 | Rating star | by Sean
PHP - Database Related

Printable Document Generation with PHP

Printable Document Generation with PHP

This article focuses on the document that can be generated using PHP namely Rich Text Format (RTF). Rich Text Format (RTF) is a file type used to...


Views: 571 | Rating star | by Simon
PHP - File Manipulation

What is PHP

What is PHP

PHP, which stands for 'Hypertext Preprocessor', is a server-side scripting language used for creating HTML embedded dynamic Web pages....


Views: 625 | Rating star | by Troy
PHP - Introduction to PHP

How to create image drop shadows with GD Library

How to create image drop shadows with GD Library

Learn how to create image drop shadows easily with GD Library and Photoshop.


Views: 530 | Rating star | by Slicer
PHP - Image Manipulation

PHP Headers explained

PHP Headers explained

PHP Headers and their uses explained.


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

A (safe) contact form using Xajax and PHPmailer

A (safe) contact form using Xajax and PHPmailer

Try this tutorial to create web form to send e-mails to ONE e-mail address without having problems with spambots. The e-mail is send with SMTP and...


Views: 608 | Rating star | by Sarah
PHP - Email Systems

Mail Form with PHP and HTML

Mail Form with PHP and HTML

Learn how to create a MAIL FORM using PHP and HTML.


Views: 536 | Rating star | by David
PHP - Form Processing

Bar Chart with GD Library

Bar Chart with GD Library

Create a dynamic bar chart with PHP and GD Library.


Views: 521 | Rating star | by Mark
PHP - Image Manipulation

Paginating large texts and stories

Paginating large texts and stories

Learn how to separate large texts and stories into pages containing X sentences each.


Views: 811 | Rating star | by John
PHP - Site Navigation

Users-online counter hosting

Users-online counter hosting

We all want to have as many statistics about our site usage, right? Trouble is thousands of webmasters using free web hosts haven't access to...


Views: 894 | Rating star | by Adam
PHP - Counters

Countdown in days

Countdown in days

This incredibly simple code will take a date and work out the number of days until that date, it can also be displayed as seconds, hours, weeks,...


Views: 852 | Rating star | by Sean
PHP - Date and Time

Php Password Security Using Salts

Php Password Security Using Salts

Learn to make unique-per-user salts to create un-bruteforceable passwords. This method will prevent brute forcing from online md5 databases and...


Views: 825 | Rating star | by Ben
PHP - Security

 	PHP Game Creation - Simple Ranking System

PHP Game Creation - Simple Ranking System

This tutorial is a SIMPLE rank / top players system for beginner users that updates once every hour or so (or however often you set it to).


Views: 133 | Rating star | by Simon
PHP - Database Related

PHP Game Creation - Making a Minimap

PHP Game Creation - Making a Minimap

Learn to create a dynamic minimap to show the locations of players in a PHP Browser Based Game.


Views: 947 | Rating star | by Troy
PHP - Image Manipulation

Create cropped thumbnails with GD Library

Create cropped thumbnails with GD Library

Cropped thumbnails look much better than images that have simply been resized. Click here to learn how to create a cropped thumbnail with a double...


Views: 531 | Rating star | by Marry
PHP - Image Manipulation

Output Buffers with PHP

Output Buffers with PHP

Learn how to use output buffering in PHP. Great example and explanation what it is and how to use it.


Views: 489 | Rating star | by Brad
PHP - Miscellaneous