Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Top Rated Scripts | PHP | Tutorials & Tips | Content Management

Results 1-20 of 23
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. Whether you have a small or a huge website, you know how much hassle and time it takes to upgrade your web site pages. The upgrade process becomes even more irritating when you make a change that needs to be upgraded on every page of your website; a good example of such a change is adding a button to the header or changing the copy right information in the footer of your website. In this tutorial I will show you how PHP comes to the rescue with only few lines of code. You can use this tutorial to be the basis to make your website easier to maintain and upgrade.
(6 ratings)
Reviews0
PriceFree
Views3969
How to install Php Nuke
This is a short tutorial to help people understand how to easily install phpNuke. There are some issues that would arise on installation and this article is trying to explain them.
(3 ratings)
Reviews0
PriceFree
Views2602
Develop a PHP User Personalization System
User Personalization is a must-know and must-have for any site thats wants to make it somewhere. It customizes the user's experience, causing them to just plain 'like' your site better. Learn the basics of making such as system in PHP.
(3 ratings)
Reviews0
PriceFree
Views9988
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.
(3 ratings)
Reviews0
PriceFree
Views1778
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 (using If-Modified-Since header).
(30 ratings)
Reviews0
PriceFree
Views7117
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.
(7 ratings)
Reviews1
PriceFree
Views11523
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.
(15 ratings)
Reviews0
PriceFree
Views9980
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 scripts.
(12 ratings)
Reviews0
PriceFree
Views4371
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 simple includes, and the others are slightly more advanced and flexible.
(6 ratings)
Reviews0
PriceFree
Views2297
Generating HTML5 Documents Using DOMDocument In PHP
PHP 5 includes a powerful set of DOM manipulation classes that gives you full control over HTML and XML documents. This functionality behaves very similar to JavaScript's DOM manipulation engine. In this tutorial, we'll explore the DOMDocument class by generating an entire HTML5 page without writing a single bit of raw markup. This may not be practical for most applications, but it should give you a good idea of how the basic DOMDocument methods work.
(3 ratings)
Reviews0
PriceFree
Views752
Create CMS Website
With this tutorial you create website with CMS Made Simple without deepening in programming. Step by step: from website idea and setup through website design to of additional tools, like News, Guestbook, Contact forms, Photo Gallery, User Management. Enjoy building websites that simple way.
(12 ratings)
Reviews0
PriceFree
Views2682
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.
(6 ratings)
Reviews0
PriceFree
Views2623
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.
(0 ratings)
Reviews0
PriceFree
Views4404
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.
(0 ratings)
Reviews0
PriceFree
Views2484
PHP-browserdetecting script
This tutorial explains how to identify IE4+ or NS4+ on a windows 32 bit platform (all else is "OtherBrowser") and include different html Web pages for different browser types using PHP.
(0 ratings)
Reviews0
PriceFree
Views2847
Templates, The PHPLIB Way
Templates let you completely separate your PHP code from the HTML, which makes the HTML graphic designers very happy and keeps them from messing up your precious programming. This tutorial explains how to use PHPLIB Template in your PHP scripts. Main topics include: Using PHPLIB Template, Nested Templates, and Appending Template Text.
(0 ratings)
Reviews0
PriceFree
Views6162
Mass Customization
Isn't it great to go to a web site and it appears as though it was designed just for you. This 3-page article will help you design a web site which makes visitors feel like it was designed just for them using PHP and MySQL.
(0 ratings)
Reviews0
PriceFree
Views4086
A Template Framework for Static Sites
Templates can bring order and structure to a web site. This article describes how templates can be used to control the page layout for a site that is currently composed of many pages of static HTML, using a popular template class and a new feature of PHP4.
(0 ratings)
Reviews0
PriceFree
Views9610
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.
(0 ratings)
Reviews0
PriceFree
Views1612
English and german tutorial for vLIB
If you want to seperate PHP from HTML, you need some kind of template engine. vlibTemplate is a template engine. vlibDate easily adds and substract date values. You can format date values in different languages (german, english, french, spanish and so on). All examples are written in english. The tutorials are written in german and english. The tutorial will teach you how to use template variables, blocks and loop structures. It will give a short example of modular programming. Some simple and more complicated examples are provided. You will learn how to use vlibTemplate with MySQL, too.
(0 ratings)
Reviews0
PriceFree
Views2083
Results 1-20 of 23