PHP Classes

File: config.inc

Recommend this page to a friend!
  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: 19 years ago
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";
?>