Login   Register  
PHP Classes
elePHPant
Icontem

File: ex5.xtpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of barnabás debreceni  >  XTemplate  >  ex5.xtpl  >  Download  
File: ex5.xtpl
Role: ???
Content type: text/plain
Description: template file for ex5.p
Class: XTemplate
Template engine for PHP
Author: By
Last change:
Date: 2000-06-09 12:05
Size: 624 bytes
 

Contents

Class file image Download
<!-- BEGIN: main -->
<html>
<head><title>example 5</title></head>
<body>
with SetNullString you can set the default value to be put when no assign is made for a variable.<br>
the default is to wipe it out, but you can set it up to put a custom string.<br>
<!-- BEGIN: form -->
<br>{INTRO_TEXT}<br>
<form>
	full name:&nbsp;&nbsp;<input type=text size=20 name=fullname value="{FULLNAME}"><br>
	e-mail:&nbsp;&nbsp;<input type=text size=20 name=email value="{EMAIL}"><br>
	income:&nbsp;&nbsp;<input type=text size=20 name=income value="{INCOME}"><br>
</form>
<!-- END: form -->
</body>
</html>
<!-- END: main -->