Home

Submit

Source

Feeds

Home » PHP » Templates ::

PHP Templates
Most sites use a standard template throughout the whole website. The header and footer data is stored in a .php file and loaded for each page allowing easy maintenance. This tutorial will show you how to get PHP to dynamically choose which file to include based upon the page currently being viewed.
Related Tutorials
PHP Templates
Templates, The PHPLIB Way
PHP / Templates
This tutorial explains how to use PHPLIB Template in your PHP scripts. Main topics include: Using PHPLIB Template, Nested Templates, and Appending Template Text.

Site: www.phpbuilder.com Report - View Tutorial

PHP Templates
Templates and Template Engines
PHP / Templates
Templates provide a simple means to separate server side code from client side code in our scripts. This article looks at when template systems are useful, their shortcomings and why template engines are a bad idea.

Site: www.phppatterns.com Report - View Tutorial

PHP Templates
Templates - why and how to use them in PHP3
PHP / Templates
This tutorial shows you how to create a template-based Web site using FastTemplate class by CDI. 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.

Site: www.phpbuilder.com Report - View Tutorial

PHP Emailing
HTML E-mail
PHP / Emailing
An HTML e-mail is a message that is presented in HTML instead of plain text. This allows control of colors and fonts, and it even allows the inclusion of images in a message. It's easy to send HTML e-mail from your client, but it's not as easy from a PHP script.

Site: www.zend.com Report - View Tutorial

PHP Templates
Introduction to using PEAR HTML_Template_IT Package
PHP / Templates
Learn how to use the PEAR HTML_Template_IT Package to create a templating system for your website using PHP and HTML. After this tutorial you should be able to have a strong initial grasp on creating templates using PEAR and the HTML_Template_IT package. This is great for creating template files (.tpl files) and making your website more easily editable. It also helps organize your website when it gets big with lots of PHP files and you can change certain aspects of your site easily as well.

Site: tutorialcode.com Report - View Tutorial

PHP Miscellaneous
Non ASCII Characters in HTML documents
PHP / Miscellaneous
This tutorial explains: Basic Rules, French Characters in HTML Documents - UTF-8 Encoding, French Characters in HTML Documents - ISO-8859-1 Encoding, Chinese Characters in HTML Documents - UTF-8 Encoding, Chinese Characters in HTML Documents - GB22312 Encoding, Characters of Multiple Languages in HTML Documents.

Site: www.herongyang.com Report - View Tutorial

PHP Forms
Form Processing
PHP / Forms
One of the best features of PHP is possibility to respond to user queries or data submitted from HTML forms. You can process information gathered by an HTML form and use PHP code to make decisions based off this information to create dynamic web pages. In this tutorial we will show how to create an HTML form and process the data.

Site: www.webcheatsheet.com Report - View Tutorial

PHP Forms
Sending HTML Email
PHP / Forms
This tutorial will show you how to send email with HTML output in PHP.

Site: phpform.net Report - View Tutorial

PHP Miscellaneous
Creating Dynamic PDF files using HTML and PHP
PHP / Miscellaneous
Some may need to convert some text into HTML and some may need to convert some HTML content to an image format. The main reason for the need to convert from one file format to another is because the target file format is best suited for targeted medium where the content need to be displayed. The targeted medium may be an email, a printed hard copy or a web browser. The text format is best suited for sending emails, as the possibility of the email contents getting corrupted in the transition is much lesser, when compared to the HTML formatted emails. PDF document or a word document would be the best choice for taking a printed hard copy and obviously HTML is best for showing contents in web browsers.

Site: www.macronimous.com Report - View Tutorial

PHP Forms
Multi-page Forms with PHP
PHP / Forms
This article will touch on two skills in the interface between PHP and HTML forms, specifically in working with hidden fields, and as a bonus, in passing arrays in an HTML form.

Site: codewalkers.com Report - View Tutorial

PHP Regex
HTML to XHTML
PHP / Regex
This is a very handy function if you want to clean up your content before storing it into your database. It uses "eregi_replace" to replace every character with the desired one. I would use it to convert a HTML code to XHTML to make it valid.

Site: www.roscripts.com Report - View Tutorial

PHP Forms
PHP With HTML Forms
PHP / Forms
This 2-page tutorial shows how to work HTML forms in PHP. Topics covered: Drop menu builder, Radio buttons, Check boxes, Error processing, and more.

Site: www.onlamp.com Report - View Tutorial

PHP Forms
Interacting with Web Forms
PHP / Forms
HTML forms are one of the key ingredients of any dynamic website because they can enable the users of a site to interact with it. Otherwise, websites are more or less static: They may be driven by a database and, therefore, regularly changing, but they look the same for each and every visitor. HTML forms can change that; therefore, using data from forms from within PHP is very important.

Site: www.brainbell.com Report - View Tutorial

PHP Databases
Dumping mySQL Tables to HTML
PHP / Databases
In this tutorial we are going to expose basic mySQL queries, and how they can be used to print all data from a mySQL table into an HTML table.

Site: biorust.com Report - View Tutorial

PHP Databases
Dumping mySQL Tables to HTML
PHP / Databases
In this tutorial we are going to expose basic mySQL queries, and how they can be used to print all data from a mySQL table into an HTML table.

Site: www.biorust.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement