![]()
|
Search the entire site
|
|
| Links |
|
Creating a lightweight Template Class
|
| This is a lightweight template class that might be useful with smaller programs. Before beginning this tutorial, if you're not familiar with Object Oriented Programming, then you might want to brush up on that to fully understand what I'm doing here. |
| http://phphybrid.com/tutorials/creating_a_lightweight_template_class/1.php |
more info | rate it |
|
|
|
Creating Categories With Unlimited Sub-Categories - Part 2 of 2
|
| This tutorial will show you how to create a script so that you can have multiple categories with unlimited sub-categories in each. They can be as deep as you want. This is very useful for organising data/items. A prime example of this is a link directory which has multiple categories. Part 2 of 2.
|
|
|
|
|
Creating Cateories With Unlimited Sub-Categories - Part 1 of 2
|
| This tutorial will show you how to create a script so that you can have multiple categories with unlimited sub-categories in each. They can be as deep as you want. This is very useful for organising data/items. A prime example of this is a link directory which has multiple categories. Part 1 of 2.
|
|
|
|
|
Dynamic Pages
|
| Learn how to create dynamic pages by getting data from mysql.
|
| http://www.hyoproductions.com/site/pages/tutorials/php/dynamic-pages.php |
more info | rate it |
|
|
|
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 looks for mysql pages to load if it does not exist it looks for php pages, then static pages, if none are found it displays 404. This will cover the static page part of the function.
|
|
|
|
|
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 author didn't like them and why in the end he chooses to work with ITX in his own scripts. We will build a simple example script that will load and fill out the data out of a database. This script will use another PEAR component, a database abstraction layer. This tutorial assumes that you are familiar with PEAR's DB abstraction layer. |
|
|
|
|
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. |
|
|
|
|
Making PHPNUKE search engine friendly
|
| This article will explain two VERY important things in as simple a way as possible for the complete beginner. First, you will learn how to install the Google Tap module by GT-NExtGEn for PHP-Nuke step-by-step. Second, you will learn some tips and tricks to help get your site rated high on the search engines. |
| http://www.phpzen.com/php-tutorials/make-phpnuke-search-engine-friendly-googletap-tutorial/ |
more info | rate it |
|
|
|
Mambo Template Tutorial
|
| A guide to creating Mambo 4.5.1a templates in Dreamweaver with the mambo template builder extension and Mambo Stand Alone Server [MSAS] from www.mambosolutions.com |
|
|
|
|
Php Nuke Installation
|
| Since there are many people who are having trouble with setting this portal system I thought a tutorial would be a good idea. |
| http://www.wtricks.com/modules.php?name=News&file=article&sid=14 |
more info | rate it |
|
|
|
Remotely hosted scripts
|
| OK you have a set of affiliate links but damn you havesites that do not allow PHP for example free hosts or you wish to create a simple scheme where links or content is displayed on other peoples sites . How do you do this , well with a bit of JavaScript and PHP , no problem.
Our basic script is based heavily on our clickbank script but we have made a few adaptations . |
|
|
|
|
sheet selector
|
| This tutorial will show you how to build your own stylesheet switcher, before you begin you will only need to have a basic understanding of PHP and a minimal knowledge of stylesheets (though we wont be writing any CSS code here) and thats about it. sheetselector relies on PHP sessions to function, the user selected stylesheet name is stored in a session variable, and your stylesheets are kept in one directory, from there we build a dropdown menu for your users to select their stylesheet. |
| http://www.sheetfeeder.co.uk/page.php?section_id=9&page_id=23 |
more info | rate it |
|
|
|
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, simply upload it to the same directory as the php file containing this script.
|
|
|
|
|
|
|
|
|
|