Login   Register  
PHP Classes
elePHPant
Icontem

File: config.inc

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Vick  >  PHP Search  >  config.inc  >  Download  
File: config.inc
Role: Configuration script
Content type: text/plain
Description: Configuration
Class: PHP Search
Search for data MySQL tables and show the results
Author: By
Last change:
Date: 2005-05-28 07:09
Size: 267 bytes
 

Contents

Class file image Download
<!--The styling stuff-->
<style>
.td1{ background:#cccccc;}
.td2{ background:#dddddd;}
.table1{}
</style>



<?php
######The variables############
$SERVERNAME "localhost";
$USERNAME "username";
$PASSWORD "password";
$DATABASENAME "database";
?>