PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of Jorge Osorio   gsmysql   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: Configuration file
Class: gsmysql
Execute MySQL queries from lists of parameters
Author: By
Last change:
Date: 15 years ago
Size: 129 bytes
 

Contents

Class file image Download
<?php
    $mysql_server
= "localhost";
   
$mysql_user = "user";
   
$mysql_pwd = "password";
   
$mysql_db ="database_name";
?>