Categories
PHPTips and Tutorials → Content Management

Simple PHP Page Template System

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...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

Creating a Templating System with PHP

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.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Creating a Website Design Templating System Using PHP

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. ...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

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 the...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Other Free / Open Source License
DETAILS

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 easy steps. No more uploading changes to your s...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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.
  • Platforms
    • Linux,
    • Windows,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

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 PHP there is advanced browser-caching support (usin...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Other Free / Open Source License
DETAILS

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 ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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 us...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD
  • Licenses
    • Freeware
DETAILS

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, Joomla! Layout, DocMAN, OpenSEF, VirtueMart and Commu...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com