PHP Classes

File: swemc.inc.php

Recommend this page to a friend!
  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: 20 years ago
Size: 130 bytes
 

Contents

Class file image Download

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

?>