Submit Tutorial   

How To Install Joomla 1.5: A Beginner's Tutorial
Learn how to install Joomla 1.5 in just minutes. An easy-to-follow tutorial that takes you step-by-step.
Import Structure and Data using phpMyAdmin 3.1
In this extract from Marc Delisle's new book, ‘Mastering phpMyAdmin 3.1 for Effective MySQL Management’, users will learn to bring back exported data created for backup and transfer purposes. They will get an overview of the various options available in phpMyAdmin to import data, and different mechanisms involved in importing SQL and CSV files.
Content Management System with Dreamweaver CS4, PHP, MySQL and FCKEdit
In this tutorial you will learn how to build your very own Content Management System with Adobe Dreamweaver CS4, PHP, MySQL and FCKEditor.
Embeding a Third-Party Video in your Drupal website
This tutorial shows you how to embed and display third-party video within your content, using Embedded Media Field to automatically parse and display video from an editor's pasted URL from YouTube, Blip.TV, or other providers.
“Header already sent” in php error and other use of Header function in PHP
PHP main issue Header Already Sent Warning.Deal with it through an easy approach. “Header already sent” error and other use of Header function in PHP Useing the Header() function you can do the following things 1) Redirect your user to some other page. 2) Tell the browser not to cache your files 3) Content Disposition. “Header already sent” error Most of the PHP learner (including me) has spent hours in debuging this problem. This problem happens while using session variables. While using session variables you must initialize the session using the function session_start(), and the problem occurs here. This problem has got an unbelievebly simple solution, just start the PHP block (where you have written the session_start() at the very first line of the page.
Dynamic AJAX page content
This tutorial will show you how you can dynamically change the contents of your web pages with the click of a link by using a little bit of AJAX and JavaScript.
User System Part 1
Create a user system for your site. (Mysql) (Comes with lots of addons)
Online Notepad
Learn how to create a notepad online using a flat file text file.
Link Exchange System
This tutorial will take you through all steps in developing your own link exchange system using Dreamweaver CS3, PHP, MySQL and CSS.
Topsite Script
Create your very own topsite website with this tutorial
Affiliates System
Learn to create a complete Affiliate Management system in PHP.
News CMS With Admin Panel
Learn to create a news system, which you can add to it using the comments system script as well to round it out.