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

PHP Headers explained

PHP Headers explained

PHP Headers and their uses explained.


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

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: 434 | Rating star | by Brad
PHP - Miscellaneous

AJAX/PHP rating script

AJAX/PHP rating script

This tutorial will teach you how to create a AJAX/PHP rating script using xajax.


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

Storing multidimensional arrays in a file

Storing multidimensional arrays in a file

In this tutorial I will show you how to store a multidimensional array in a file and how to retrieve these data. With this method you can imitate a...


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

Tracking Search Engine Traffic

Tracking Search Engine Traffic

Learn to track which search engines drive traffic to your site and which are the most used keywords on each search engine


Views: 518 | Rating star | by Source
PHP - Miscellaneous

Make a PHP info file

Make a PHP info file

This tutorial will show you how to display Apache PHP configuration.


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

How to use arrays in PHP

How to use arrays in PHP

This tutorial will show you how to work with arrays in PHP.


Views: 452 | Rating star | by Mark
PHP - Miscellaneous

How to use functions in PHP

How to use functions in PHP

Many times we need to use code to do one thing with different input values. If put this code at each place where we need this funtionality files in...


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

How to use PHP while operator

How to use PHP while operator

while() loops are the simplest type of loop in PHP. They behave just like their C counterparts.


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

How to send headers to users browser with PHP

How to send headers to users browser with PHP

This tutorial will show you how to send header to the browser with PHP.


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

Using UPDATE MySQL query in PHP

Using UPDATE MySQL query in PHP

This tutorial will show you how to use MySQL querys to database in your PHP scripts.


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

Create A Facebook Application

Create A Facebook Application

A simple step by step lesson on how to create a Facebook application using PHP. This tutorial walks you through registering your application,...


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

Text Size Switching Using PHP

Text Size Switching Using PHP

Using PHP and CSS in this combination is slightly different from the traditional approach, which uses JavaScript to dynamically alter CSS styles....


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

Practical PHP Performance

Practical PHP Performance

When it comes to building web applications in PHP, performance isn't typically a major concern. Features, usability and any business concerns...


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

Sending SMS from your website

Sending SMS from your website

The number of websites that have the option to announce their members via SMS that an event is due to happen has increased. This article explains...


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

Myspace.com Artist / Musician / User Calendar Return Feed - PHP

Myspace.com Artist / Musician / User Calendar Return Feed - PHP

Our Myspace.com Artist / Musician / User Calendar Return Feed is everything you want in a script to return calendars directly from the site. We...


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

Easy  PHP Private Messaging System

Easy PHP Private Messaging System

This tutorial show you how to make a complete messaging system. This part shows you how to make the inbox, sentbox, compose, view message, and...


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

A MEGA Guide to Includes

A MEGA Guide to Includes

This is an advanced tutorial about the Include function in PHP.


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

Easy PDG Generation

Easy PDG Generation

I'll show you how to generate PDF files in pure PHP and distribute your content in a single, consistent format.


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