PHP Classes

File: config.php

Recommend this page to a friend!
  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: 20 years ago
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

?>