PHP Classes

File: index.html

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Simple PHP Template Engine Class   index.html   Download  
File: index.html
Role: Auxiliary data
Content type: text/plain
Description: Template file
Class: Simple PHP Template Engine Class
Load and process template files replacing marks
Author: By
Last change:
Date: 11 months ago
Size: 268 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Template Example</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> </head> <body> <h1>Welcome {username} to this website</h1> </body> </html>