PHP Classes

File: datamanage/config.php

Recommend this page to a friend!
  Classes of Mathew   Data Manager   datamanage/config.php   Download  
File: datamanage/config.php
Role: Configuration script
Content type: text/plain
Description: config
Class: Data Manager
Retrieve and store MySQL records using Web forms
Author: By
Last change:
Date: 10 years ago
Size: 193 bytes
 

Contents

Class file image Download
<?php
include_once('php_inc/myclass.php');
include_once(
'php_inc/search.php');
$title = "Mastercraft Engineers ";
$footer = "Mastercraft Engineers";
$perpage = 2;
$db = new myclass();
?>