Submit Tutorial   

Simple Pagination
Learn how to create a simple pagination script for your website.
Simple Chatroom with PHP & jQuery
Learn how to create a simple chatroom with PHP and jQuery for your website.
IP Location with PHP
Learn how to get to know where your website's users come from.
Online user counter
Learn how to create a counter that shows how many users are on your website at the moment.
Php error handling
Learn how to create your own PHP's custom error handler for your website.
Get site's ping
Learn how to learn how to connect to another site and get site's ping.
Simple site stats counter
Learn how to get info about those who are visiting your website.
Beginning PHP-GTK: Signals
Introduction to PHP-GTK signals. Signals are notifications fired by the user or internal coding.
Beginning PHP-GTK: Creating a Simple Interface
This tutorial will guide you through creating a simple PHP-GTK Graphical User Interface (GUI).
Creating Categories and Attributes with Magento
The combination of products, presentation, and service makes our store unique. Before adding products, we need to make some decisions about how we will organize our site. A few minutes of planning now can save us hours of work later. This Chapter focuses on creating categories and attributes, a necessary step before you can build your catalog of products.
Text Size Switching Using PHP
Change the text size in your website with a simple script using php. Hi you must have come across many websites having an option to change the text size then and there itself wondering how it is done? Simple, here is the code which demonstrates the same My first post in the year 2009 starts now. Enjoy!!!!!!!!!!!! I have used PHP, Css and HTML
Caching of web page using php
In the modern days, most of the sites are database driven. That means that your site is actually an application which retrieves data from a DBMS ( database managment system, eg MySQL) , parses the data and shows the result to the user. Most of these data are usually don’t change frequently or don’t change at all, and the reason that we use the database is that we can easilly update the site and the content. A problem that this process creates is the server overhead. Every time we execute a query in the database, the instance of our script will call the DBMS, and then the DBMS will send the results of the query. This is time consuming, and especcially for sites with heavy traffic is a real big problem.
Reporting and handling errors in PHP
When developing a PHP project, whether it’s a simple website or a much larger web application, it’s always a good idea to take into account the potential appearance of errors in your PHP code. An error occurs whenever PHP tries to execute an instruction which either results in an impossible outcome, or otherwise prevents the script from executing in the manner intended by the programmer.
Explode Funtion
Learn how to use the explode function to split your data.
Word Filter
Block bad words from being entered into your site with this word filter.
FTP Administration with full logging via PHP
Sometimes, when working on complex projects, you may need to store files on different servers. This can be easily done via FTP. The logging process makes it easier to track all changes. This article explains how you can add this option to your web site.
Sending SMS from your website
The number of websites that have the option to announce their users via SMS that an event is due to happen has increased. This article explains how to easily add this option to your website using a PHP class and the ClickATell API.
Creating an IRC bot in PHP
Combined Minds presents you the biggest and best PHP -> IRC bot tutorial on the web! This tutorial learns you how to create a very good working IRC bot from scratch!