Login   Register  
PHP Classes
elePHPant
Icontem

File: config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ilir Fekaj  >  Simple Mini Poll  >  config.php  >  Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: Cofiguration file
Class: Simple Mini Poll
Online poll system with administration interface
Author: By
Last change:
Date: 2004-01-09 15:02
Size: 149 bytes
 

Contents

Class file image Download
<?php
// config.php

$host "localhost"// db host
$user "root"// db username
$pass ""// db password
$db "yourdb"// db name

?>