PHP Classes

File: Example_Con.php

Recommend this page to a friend!
  Classes of Theblackshinobi   Simple Connected Database   Example_Con.php   Download  
File: Example_Con.php
Role: Example script
Content type: text/plain
Description: Simple Connected
Class: Simple Connected Database
Setup connections to MySQL databases
Author: By
Last change:
Date: 13 years ago
Size: 421 bytes
 

Contents

Class file image Download
<?php

   
   
// Included File Classes Connected
   
include("Class_Con.inc.php");
   
   
// Set Varibale Untuk Configure Data Classes
   
$_Configure = new LinkCon();
   
   
// Set Variable Function
   
$_Configure ->Conf_Show_Mysql();
   
   
// Set Variable Function
   
$_Configure ->DB_Selected();
   
   
// Set Variable Function
   
$_Configure ->_CloseMysql();
   
   
// Set Variable Function
   
$_Configure ->Eroor_Show();
   
   
?>