PHP Classes

File: tr_inc.php

Recommend this page to a friend!
  Classes of Kaurov Eugene   Uda Iskariot   tr_inc.php   Download  
File: tr_inc.php
Role: Configuration script
Content type: text/plain
Description: settings for database connecting
Class: Uda Iskariot
Show email addresses as images to avoid harvesting
Author: By
Last change:
Date: 19 years ago
Size: 107 bytes
 

Contents

Class file image Download
<?
  $DB_HOST
= "localhost";
 
$DB_NAME = "test";
 
$DB_USER = "login";
 
$DB_PASS = "password";
?>