Login   Register  
PHP Classes
elePHPant
Icontem

File: swemc.inc.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Uwe Stein  >  swemc  >  swemc.inc.php  >  Download  
File: swemc.inc.php
Role: Configuration script
Content type: text/plain
Description: include file with definitions of swemc
Class: swemc
Execute MySQL queries and output results in tables
Author: By
Last change:
Date: 2005-01-06 12:09
Size: 130 bytes
 

Contents

Class file image Download

<?php
define 
("MYSQLHOST","localhost");
define ("MYSQLUSER","root");
define ("MYSQLPASS","");
define ("MYSQLDB","reloader");

?>