PHP Classes

File: settings/dbsettings.php

Recommend this page to a friend!
  Classes of SPAM   pork.dbObject   settings/dbsettings.php   Download  
File: settings/dbsettings.php
Role: Configuration script
Content type: text/plain
Description: Database settings file
Class: pork.dbObject
Map objects into MySQL database table rows
Author: By
Last change:
Date: 17 years ago
Size: 159 bytes
 

Contents

Class file image Download
<?
die();
dbtype = mysql
host
= localhost:3306
username
= your_user_name
password
= your_password
database
= your_database
func
= mysql_fetch_object
?>