Login   Register  
PHP Classes
elePHPant
Icontem

File: datamanage/config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2013-11-06 01:54
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();
?>