Login   Register  
PHP Classes
elePHPant
Icontem

File: uservariables

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Jeff Hines  >  ComboBox  >  uservariables  >  Download  
File: uservariables
Role: ???
Content type: text/plain
Description: Common uservariable file
Class: ComboBox
Author: By
Last change:
Date: 2001-01-16 21:21
Size: 119 bytes
 

Contents

Class file image Download
<?
/* Common MySQL connection variables */

$hostName="localhost";
$userName="username";
$password="password";
?>