Best Tutorials website
Latest tutorials

Advertisment

What is PHP and Why Should I Care?

What is PHP and Why Should I Care?

One of the first things most people want to know about PHP is what the initials stand for. Then they wish they had never asked. Officially, PHP...


Views: 514 | Rating star | by Stephen
PHP - Introduction to PHP

PHP Navigation

PHP Navigation

This tutorial will teach you how to have those index.php?page=whatever things...


Views: 629 | Rating star | by Amy
PHP - Content Management

Using Checkboxes to Delete Items From Database

Using Checkboxes to Delete Items From Database

The sample php code makes use of checkboxes to delete items from the database. Multiples items can be selected & deleted. You will need to create...


Views: 556 | Rating star | by Simon
PHP - Form Processing

Image Editor

Image Editor

With this script. the user can upload his image and select one from multiple frames in order to add it to his image. The script will not play with...


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

Show Every File/Directory in a Directory

Show Every File/Directory in a Directory

Learn how to display every file and directory inside a directory.


Views: 827 | Rating star | by Mathew
PHP - Link Indexing

Create a Whois Domain Search for Your Website

Create a Whois Domain Search for Your Website

Create a Whois Domain Search for Your Website using PHP and HTML.


Views: 792 | Rating star | by Isac
PHP - Searching

Form validation with Captcha image

Form validation with Captcha image

In this tutorial I will show you how to create a captcha image to protect your form submissions.


Views: 537 | Rating star | by Jason
PHP - Security

Dynamic Signature - Get Data from Another Site and Show it in PHP

Dynamic Signature - Get Data from Another Site and Show it in PHP

Learn how you can obtain data from an external site and put it on your desired background, to use as a signature. Since this tutorial will just be...


Views: 554 | Rating star | by Isac
PHP - Image Manipulation

How to Write a PHP Script to Send a Trackback Ping

How to Write a PHP Script to Send a Trackback Ping

This tutorial will show you how to write a short PHP script to send a trackback ping to a blog. With this script, you can send trackbacks on behalf...


Views: 962 | Rating star | by Amy
PHP - Networking

GD Library: Create Image Reflections Using PHPs GD Library

GD Library: Create Image Reflections Using PHPs GD Library

Now this is a pretty simple tutorial on how to create a nice simple reflection on images. This won't show you how to make little ripples just...


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

Your Site could be Insecure: The Dangers of the Header Function

Your Site could be Insecure: The Dangers of the Header Function

The header function may seem relatively straightforward on the surface . You issue the function along with a header as the first argument and it...


Views: 532 | Rating star | by Steve
PHP - Security

Full News CMS System

Full News CMS System

Learn how to create a news CMS with admin panel, easy to use editor.


Views: 550 | Rating star | by Isac
PHP - Content Management

Monkey PHP: Loopy Looping

Monkey PHP: Loopy Looping

Learn how to use the most common iteration/looping functions in PHP


Views: 624 | Rating star | by Sarah
PHP - Introduction to PHP

The Framework Basics of Creating Multilingual PHP Applications using the XML Interchange Format

The Framework Basics of Creating Multilingual PHP Applications using the XML Interchange Format

This article will inform you on how many people go about creating multilingual websites, as from the title, the article will outline the lingual...


Views: 594 | Rating star | by Sarah
PHP - XML and PHP

PHP Comments colors

PHP Comments colors

In this tutorial we will learn how to make a striped comments system for your site.. It's simple but very tricky and useful!


Views: 534 | Rating star | by Jason
PHP - Introduction to PHP

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: 541 | Rating star | by Ben
PHP - Miscellaneous

Part 2: Giving our Currency Conversion Script some Responsibility

Part 2: Giving our Currency Conversion Script some Responsibility

Since the first article I submitted to Digg was voted onto the front page a couple of days ago, we're going to add onto the script and make it...


Views: 785 | Rating star | by Brad
PHP - OOP

Creating a Three Dimensional Pie Chart using Googles Chart API

Creating a Three Dimensional Pie Chart using Googles Chart API

I ran across this great, easy but very useful API a few days ago. Now for the tutorial.. let's assume we make a website for the TalkPHP...


Views: 508 | Rating star | by Donald
PHP - Image Manipulation

Shorthand IF/ELSE

Shorthand IF/ELSE

Shorthand IF/ELSE statements can clean up your PHP/HTML code by emiminating the need for the huge statements with curley brackets all over the...


Views: 582 | Rating star | by Steve
PHP - Development

Creating a Simple Currency Converter with Automatic Symbols

Creating a Simple Currency Converter with Automatic Symbols

If you're from the UK then you'll appreciate this preface. If you're not then don't worry because I'll be doing the script...


Views: 563 | Rating star | by Brad
PHP - Development