PHP Classes

File: fwphp/glomodul/z_examples/FLEX_minisite2017/index.php

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   fwphp/glomodul/z_examples/FLEX_minisite2017/index.php   Download  
File: fwphp/glomodul/z_examples/FLEX_minisite2017/index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: Update of fwphp/glomodul/z_examples/FLEX_minisite2017/index.php
Date: 1 year ago
Size: 161 bytes
 

Contents

Class file image Download
<?php
$inc
= 'v_home' ;
if (isset(
$_GET['v'])) { $inc = $_GET['v'] ;} //v_home, v_about...

include('hdr.php');

include(
$inc .'.php');

include(
'ftr.php');
?>