Active Articles: 2038
Total Categories: 16
Sub Categories:616
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 for the date one for the counter). The file is then being updated. There is a live example. ... learn more
| ||||||||
| ||||||||
Templates - why and how to use them in PHP3 | ||||||||
This tutorial shows you how to create a template-based Web site using FastTemplate class by <a href=http://www.thewebmasters.net/php/>CDI</a>. By using FastTemplate you can change the look of your entire web site in seconds, use abstract programming without HTML, and your Webpage designer does not need to take care of all that "fuzzy" code. ... learn more
| ||||||||
| ||||||||
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. ... learn more
| ||||||||
| ||||||||
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. ... learn more
| ||||||||
| ||||||||
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. ... learn more
| ||||||||
| ||||||||
How to make your own PHP template script | ||||||||
There are many different ways to create a template system in PHP. This tutorial will hopefully show you the basic understanding of this type of method. ... learn more
| ||||||||
| ||||||||
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 different countries. It can also be used to block users from countries where the content is not legal. ... learn more
| ||||||||
| ||||||||
Mambo Template Tutorial | ||||||||
Lots of screenshots and hand holding, if you are looking to find out how Mambo templates 'work' this is for you! ... learn more
| ||||||||
| ||||||||
PHP Snurk | ||||||||
When you run a database-driven website, it makes sense to generate pages on the fly. PHP, MySQL, and Apache let you do just that. But they don't make it pretty. How many times have you had to create a URL that looks like this: http://schmoop.com/snurk.php3?snurk=123, when what you wanted was a URL like http://schmoop.com/snurk/123. The ... learn more
| ||||||||
| ||||||||
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 system) number of loops, embedded loops, and references. It is the perfect templating class. ... learn more
| ||||||||
| ||||||||
Using Include To Avoid Unnecessary Repetition | ||||||||
Simple tutorial showing how to use the function include for simplifying your Web page authoring. Useful for header and footer insertion for multiple pages. ... learn more
| ||||||||
| ||||||||
Building Dynamic Pages With Search Engines in Mind | ||||||||
This tutorial shows you how to make a site database-driven, but still indexable by search engines. It also explains how to create a site to be co-brandable whose look-and-feel are dependent on which "affiliate" site was being accessed. ... learn more
| ||||||||
| ||||||||
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 you more control of your site without having to recode all yout HTML inside your PHP ... learn more
| ||||||||
| ||||||||
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 of setting up a general context for what Midgard is and how it works. ... learn more
| ||||||||
| ||||||||
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 ... learn more
| ||||||||
| ||||||||
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 allows you to easily add rows as they are needed without worrying about coding the table's ... learn more
| ||||||||
| ||||||||
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 is more detailed, but both refer to the same examples. It will teach you how to use TBS fields and TBS blocks. Some ... learn more
| ||||||||
| ||||||||
Data Driven Site & Managing Content with DataMan | ||||||||
This article/column describes how to create a simple single table, single template content management system. It shows you how to make a powerful yet simple data driven website using <a href="http://www.hotscripts.com/Detailed/10112.html">DataMan</a>. You can put a site up in less than 30mins. ... learn more
| ||||||||
| ||||||||
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 Javascripting with your PHP code in order to display simple yet effective drop down menus for your users. ... learn more
| ||||||||
| ||||||||
Changing Background Colors Based On Day Of Week | ||||||||
Explains how to change your Web page background based on date in two ways: using if elseif and else statement, and using array. ... learn more
| ||||||||
| ||||||||
