Best Tutorials website
Latest tutorials

Advertisment

Beginning with PHP and AJAX

Beginning with PHP and AJAX

Tutorial demonstrates how to write form submission in PHP and AJAX using prototype js library. A good beginners tutorial on PHP and AJAX.


Views: 542 | Rating star | by Nick
PHP - Form Processing

Do a Navigation System that Uses ?id=1

Do a Navigation System that Uses ?id=1

In this tutorial you will learn how to create a navigation system that Uses ?id=1 for its pages.


Views: 814 | Rating star | by Jarry
PHP - Site Navigation

Building Feedback Form with php

Building Feedback Form with php

Here we are going to create a feedback form for you site to allow users contact you. The script is very simple and this article is for php...


Views: 577 | Rating star | by Amy
PHP - Form Processing

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

PHP url parameter and page include

PHP url parameter and page include

I´ve been asked several times how to solve this problem. Let´s say you have folder which stores files with the content of the pages. You also have...


Views: 835 | Rating star | by Sarah
PHP - Site Navigation

Useful Database Functions Part 2

Useful Database Functions Part 2

The second part of the database functions tutorial will teach you how to retrieve data from a MySQL table. Assuming you have completed the first...


Views: 464 | Rating star | by Mark
PHP - Database Related

Random image link

Random image link

Learn how to make random image links in PHP scripting language.


Views: 885 | Rating star | by Brad
PHP - Randomizing

Joomla 1.5 Advanced Registration

Joomla 1.5 Advanced Registration

This tutorial shows you how to build a custom registration component with more fields and custom validation in Joomla 1.5 that you can use to...


Views: 611 | Rating star | by Sarah
PHP - Content Management

Create A Template Engine!

Create A Template Engine!

This tutorial will show you how to create a template engine to run behind your site.


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

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

Advanced PHP: How to use the Singleton Design Pattern

Advanced PHP: How to use the Singleton Design Pattern

The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a method for limiting the number of instances of...


Views: 781 | Rating star | by Jarry
PHP - OOP

Installing php-ffmpeg on ubuntu 7.10

Installing php-ffmpeg on ubuntu 7.10

This tutorial will teach you how to successfully install php-ffmpeg. php-ffmpeg makes it possible to convert video to flv format.


Views: 642 | Rating star | by Slicer
PHP - Installing PHP

Writing a CMS/Community with Smarty and the Zend Framework Part 6

Writing a CMS/Community with Smarty and the Zend Framework Part 6

Shows how to setup a gallery with multiple uploads through a Shockwave made with the Flex SDK, also shows how to extend Zend Session to setup...


Views: 630 | Rating star | by Sarah
PHP - Content Management

Writing a CMS/Community with Smarty and the Zend Framework Part 1

Writing a CMS/Community with Smarty and the Zend Framework Part 1

The first part in a series on how to write a combination of a CMS and community with the Zend Framework and the Smarty templating system.


Views: 565 | Rating star | by Daniel
PHP - Content Management

Writing a CMS/Community with Smarty and the Zend Framework Part 3

Writing a CMS/Community with Smarty and the Zend Framework Part 3

The third part in a series on how to write a combination of a CMS and community with the Zend Framework and the Smarty templating system.


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

Patching the Issue with Recording User Clicks and the Inevitable Click-Bots

Patching the Issue with Recording User Clicks and the Inevitable Click-Bots

Perhaps a rather equivocal title there, so let me explain myself. I was referred to a website the other day, entitled Click to the Moon. A novel...


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

A Brief Introduction to Using the Wonderful SQLite in your PHP Applications

A Brief Introduction to Using the Wonderful SQLite in your PHP Applications

Many people have heard of SQLite but not many people have used it in their PHP applications. Most PHP applications make use of the MySQL database...


Views: 447 | Rating star | by Isac
PHP - Database Related

Understanding the Life of a Session

Understanding the Life of a Session

One of the most vast misconceptions in the PHP world is how sessions really do work. I'm fairly confident most of us know how to start...


Views: 829 | Rating star | by Amy
PHP - Security

User MD5 Encryption

User MD5 Encryption

Learn how to encrypt any data in md5 format. Can be used in cms softwares as well. This is what alot of softwares use to transfer over secure...


Views: 580 | Rating star | by John
PHP - Security

Graficos estadisticos con php

Graficos estadisticos con php

A traves de Jpraph, una librería de gráficos matemáticos gratuita, generaremos impresionantes gráficos de tortas y estadísticos.


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