PHP Classes

File: userVariable.inc

Recommend this page to a friend!
  Classes of Oliver Susano   queryList   userVariable.inc   Download  
File: userVariable.inc
Role: Configuration script
Content type: text/plain
Description: variables storage
Class: queryList
query with pagination and previous next
Author: By
Last change:
Date: 20 years ago
Size: 133 bytes
 

Contents

Class file image Download
<?
   
/* Common MySQL connection variables */
   
$hostName="localhost";
   
$dbUserName="root";
   
$dbPassword="";
   
$dbName="naia";
?>