Login   Register  
PHP Classes
elePHPant
Icontem

File: userVariable.inc

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2003-07-21 01:57
Size: 133 bytes
 

Contents

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