PHP Classes

File: examples/form_builder/templates/layout.php

Recommend this page to a friend!
  Classes of Haseeb Ahmad Basil   PHP Skeleton Framework   examples/form_builder/templates/layout.php   Download  
File: examples/form_builder/templates/layout.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Skeleton Framework
Extensive Web application development framework
Author: By
Last change:
Date: 8 years ago
Size: 146 bytes
 

Contents

Class file image Download
<html>
<head>
<title>Skeleton Form Builder</title>
</head>
<body>
<h1>Skeleton Form Builder</h1>
<?php echo $content; ?>
</body>
</html>