PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of riccardo castagna   MySQL data into array   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: db_host, db_user , db_pass , db_name
Class: MySQL data into array
Create and retrieve data from a MySQL table
Author: By
Last change:
Date: 14 years ago
Size: 85 bytes
 

Contents

Class file image Download
<?php

$dbHost
="localhost";
$dbUser="root";
$dbPass="";
$dbName="prova";

?>