PHP Classes

File: db.con.php

Recommend this page to a friend!
  Classes of Mehran Karbassi   Persian Db Class   db.con.php   Download  
File: db.con.php
Role: Configuration script
Content type: text/plain
Description: config
Class: Persian Db Class
Execute MySQL queries and paginate results
Author: By
Last change:
Date: 10 years ago
Size: 84 bytes
 

Contents

Class file image Download
<?php

$host
="localhost";
$user="root";
$pass="web222";
$dname="hotel";


?>