Phpvoter 0 6 > Phpvoter 0.6 / Includes / Mysql.inc.php

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Phpvoter 0 6

Download:
phpvoter-0-6.zip

Category:
Polls And Voting

Archive Content:

Phpvoter 0.6

Phpvoter 0.6 > Data

Phpvoter 0.6

Phpvoter 0.6 > Includes

Phpvoter 0.6

Phpvoter 0.6 > Languages

Phpvoter 0.6

Phpvoter 0.6 > Templates > Default

Phpvoter 0.6 > Templates > Wrnu

Phpvoter 0.6

Mysql.inc.php:


<?php
# declare some relevant variables for MySQL
$config['mysql_hostname'] = "localhost";
$config['mysql_username'] = "";
$config['mysql_password'] = "";
$config['mysql_dbName'] = "";

# MySQL tables created to store the data
$tables['question'] = "Question";
$tables['answer'] = "Answer";
$tables['voted'] = "Voted";

# Seed the random number generator.
mt_srand((double)microtime()*1000000);

# Connect to MySQL
$config['dbconn'] = MYSQL_CONNECT($config['mysql_hostname'],  $config['mysql_username'],  $config['mysql_password']) OR DIE("Unable to connect to database");

@
mysql_select_db($config['mysql_dbName']) or die("Unable to select database"); 
?>



Other Polls And Voting Scripts:

WebMaster Resources Home

©RingsWorld.com