Home |  Software downloads |  Submit |  Drivers |  Codecs |  Linux |  Scripts | 
Software, Games downloads and reviews
Contact Us | 
PHP>Tips and Tutorials

Tips and Tutorials

  • Creating a file based AD rotator script
    In this tutorial I will show you how to create a simple AD rotator script without using database. The script can display both text and image ads and you can control the number of ads to be displayed a...
  • A Simple Banner Rotator
    This script allows you to make a simple banner rotating script that you can easily modify and display on your site. It's basically a copy and paste job :)...
  • Rotating Banner Advertisements with PHP Tutorial
    This tutorial is intended for the PHP programmer interested in developing a useful and dynamic banner advertisement system using mySQL, PHPLIB, and PHP version 4.0 or higher....
  • Rotating Banner Advertisements with PHP
    This tutorial is intended for the PHP programmer interested in developing a useful and dynamic banner advertisement system using mySQL, PHPLIB, and PHP version 4.0 or higher. You will need a limited k...
  • Creating Calendar in PHP
    In this tutorial I will show you how to create a calendar script in PHP. We will create a simple but good looking - easy customizable via CSS - calendar table....
  • How to make a PHP calendar
    This calendar is made from two parts. On top there are the links to the previous and the next month, and below them is the calendar itself. It will show the selected month name with the year following...
  • Generate a Month Calendar in PHP
    This article shows you how to display a calendar for a given month, mainly using PHP's date() function. The article talks you through the process of creating a function which allows you to specify the...
  • create a small calendar with the PHP function printf()
    You can use this calendar script on the Linux Shell or on your webserver account. This script shows you how to display a calendar for a given month, mainly using PHP's printf() function....
  • Easy Calendar Applications
    Here, you will learn how to build your own online calendar using the MCAL library and PHP. The MCAL library offers a common simple interface for accessing calendars that can be stored in many differen...
  • Sending SMS with HTTP
    Tutorial on using PHP to send SMS. You might want to add a Free SMS option to your site to drive traffic to your site.. This tutorial might be useful...
  • Shoutbox Tutorial
    This tutorial will teach you how to create a PHP and MySQL type shoutbox with basic protection....
  • PHP Test3
    testing php tutorilas * Enter a brief summary of your listing in a phrase or a short sentence....
  • Simple chat and admin panel with PHP/MYSQL
    A in-depth tutorial on how to build a simple chatroom and basic admin options like IP banning and editing and deleting messages. Includes SQL table setup....
  • Chatterbox
    This example shows how to use AJAX to implement a basic chat system on a website. It refreshes the chat transcript using AJAX to maintain a constantly updated view of the chat session....
  • Mini-Chat Tutorial
    This tutorial is about my mini-chat script. It's not really a chat, since dialogs are updated only when page refreshes. It is the first tutorial of a series for some development techniques. Right now,...
  • PHP/MySQL Shoutbox System: Part One
    This is Part 1 of my Shoutbox tutorial. It covers creating the MySQL table to hold all shoutbox info, through one of two methods: phpMyAdmin or a PHP query....
  • PHP/MySQL Shoutbox System: Part Two
    The second part of my ever popular Shoutbox tutorial. Covers the creation of the script to post information and read information from the database....
  • Adding smilies to your scripts
    Goes through how you can add smilies to your news, shoutboxes etc to make them more attractive and so people can express their feelings. Tutorial makes everything clear and easy to use. You'll be used...
  • PHP-Based Chat Room
    This particular design of web-based chat uses variables posted from a form, processes them into HTML and writes them to a file. Put the form and the message file in a frameset and you have something t...
  • The Perfect Job (part 2)
    This is the concluding part of the The Perfect Job series. The first part of this article shows how to build the architecture necessary to accept and store resumes online. This part describes how to m...
  • Reading & Updating Content of a file
    This script shows an example of a counter being incremented every time the page is loaded. This is achieved by reading a file line by line using the fgets function and exctracting the 2 fields (one f...
  • All New Joomla! Flash Tutorial Center!
    Salyris Studios is proud to announce the release of our All New Joomla! Flash Tutorial Center! This collection includes a total of 102 tutorials. You get: Joomla Administrator, Joomla! Beginner, Joom...
  • Add a WYSIWYG Editor To Your PHP Site For Content Management
    Turn your (or your customer's) PHP site into a CMS! The ability to edit the content of your site in WYSIWYG fashion is easier than you might think, and that is what this tutorial will address in 3 eas...
  • PHP Remove Non-Alphanumeric Characters
    Need help removing un-wanted characters from your php text form strings. Here's how to strip a string of all symbols and Non-Alphanumeric characters from your forms or database with ereg_replace....
  • MySQL (BLOB field) Image Gallery Example
    This is a simple example of photo-gallery script, which uses MySQL table (BLOB field) to store images. Trivial password-protection, uploading and deleting images are supported. For Apache-version of P...
  • Display Different Content for Different Countries
    This code example shows you how to display different content to users from different countries. This can be used to implement a multi-lingual user-interface or display localized ads to users from dif...
  • How to install Php Nuke
    This is a short tutorial to help people understand how to easily install phpNuke. There are some issues that would arise on installation and this article is trying to explain them....
  • Short Mambo CMS Flash tutorials will be covering
    Installing a Mambo Module Installing a Mambo Mambot Installing a Mambo language Installing a Mambo Component Installing a Mambo Template...
  • Develop a PHP User Personalization System
    User Personalization is a must-know and must-have for any site thats wants to make it somewhere. It customizes the user's experience, causing them to just plain 'like' your site better. Learn the basi...
  • English and german tutorial for vLIB
    If you want to seperate PHP from HTML, you need some kind of template engine. vlibTemplate is a template engine. vlibDate easily adds and substract date values. You can format date values in different...
  • English and german crash course for TinyButStrong
    If you want to seperate PHP-code from HTML-code, you need some kind of template system. TinyButStrong (TBS) provides such a system. This is a short crash course for TinyButStrong. The german tutorial ...
  • Mambo Template Tutorial
    Lots of screenshots and hand holding, if you are looking to find out how Mambo templates 'work' this is for you!...
  • Show Zip Files
    A very simple php script that helps make your zip files available for download on your website. It can serve as the basis for a self updating photo gallery. To make a zip file available for download, ...
  • Installing HTML-Template on a Non-standard Linux Directory
    This tutorial details the steps involved in installing the Perl module HTML-Template on a non-standard Linux directory. This type of installation is necessary when you have no access to root....
  • remotely hosted script
    This example shows how you can create a remotely hosted script that will display links on a site. The script is created on a site with php scripting and the a single line of JavaScript code allows the...
  • Advanced Templating Tutorial
    Here you will learn some of the special PHP5 class functions while creating a massive templating class (in power, not size). This templating class will be capable of an unlimited (only limited by syst...
  • Table Class for PHP
    This code allows you to dynamically create your tables using PHP code. It is perfect for a content management system where you do not know how many rows of data will appear at design time. The class...
  • Dynamic Site Using Flat File Database
    Just a quick and simple web site demo. i use it for quick install, or as a back up site is i break the mysql. many reasons i wrote it. some web hosts don't have sql database. Another one is my site lo...
  • Template-Based Web Sites as Easy as P-H-P
    This article describes how to create an online database of movie entries to practice incorporating PHP templates into your web sites....
  • How to use the PEAR ITX templating system
    This tutorial will explain and demonstrate how to use the ITX templating system from the PEAR collection of useful classes for PHP. As we go along, it'll show you some of the competitors, why the auth...
  • Include() and Require()
    Learn how to spead up your developing by using PHP include() and require() functions. Dynamicly including your functions, header, footer and graphic....
  • Templating with phpBB template Engine Part 2
    In this part, you will learn on how to create a template based dynamic table using phpBB template engine...
  • Simple way of creating template based website using phpBB templating engine
    Want to change the layout of your site within minutes, able ignore php codes...? Convert your site to template based using phpBB templating class....
  • Common Header and Footer files
    How to have a single file containg header information and use it in all other files? It is very simple to do this using php. Most of the commecrical website use common header and footer files. It...
  • Making a tree menu with PHP
    This tutorial will show you the basics of using PHP with some simple Javascripting methods to create a drop down menuing system for your site. This will teach you the simple tricks of using Javascrip...
  • Header and Footer Inclusion for Beginners
    Let's pretend you have 10 pages in your site with the same design and you want to change a link in your menu. You would have to edit all 10 pages, right? Nope, there's a much quicker way allowing you ...
  • Drop down theme/template selector in PHP/MySQL
    This tutorial will teach you have to make your site have the option to allow the users to choose the look and feel of the site using PHP, and MySQL wrapped around a HTML template. Doing this gives yo...
  • PHP-browserdetecting script
    This tutorial explains how to identify IE4+ or NS4+ on a windows 32 bit platform (all else is "OtherBrowser") and include different html Web pages for different browser types using PHP....
  • DeveloperWorks: Getting to know Midgard
    BM's DeveloperWorks website has a nice tutorial on Midgard. Written by David Seager, a software engineer at IBM, the article describes setting up a basic Midgard site. The article also does a good job...
  • ezContents User's Guide
    English and german User's Guide for ezContents CMS. Tutorial on how to build and maintain a website with ezContents step-by-step....

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25

Ajax : ASP : ASP.NET : C and C++ : CFML : CGI and Perl : Flash : Java : JavaScript : PHP : Python : Remotely Hosted : Ruby on Rails : Tools and Utilities : XML