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.
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.
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.
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 will be so helpfull because when we want to change any information it is enough if we do it in a single file rather then duplicating it.
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 Javascripting with your PHP code in order to display simple yet effective drop down menus for your users.