- 1,251 categories
- 40,829 scripts
- A common use for PHP is managing page templates. This makes is much easier to make changes to the layout on several pages by just editing one file. In this tutorial, I will explain some simple methods for managing templates in PHP. One involves using...
- Templating is important to nearly every website now. It allows you to use the same
design on all your pages, while having different content on each page. There are many ways of
doing it; this article will focus on the most common.
- Learn how to create a website design templating system using php to be able to easily update different sections on your website by changing only few design files. The tutorial is designed for total beginners, so it is easy to understand and follow.
...
- 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 the...
- Platforms
- Licenses
- Other Free / Open Source License
- 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 easy steps. No more uploading changes to your s...
- 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.
- 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 PHP there is advanced browser-caching support (usin...
- Platforms
- Licenses
- Other Free / Open Source License
- 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 ...
- 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 us...
- 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, Joomla! Layout, DocMAN, OpenSEF, VirtueMart and Commu...
Page: