Republican Candidate Election Dashboard Wiki
Republican Candidate Election Dashboard 2012
Brought to you by:
profpeter
Welcome to your wiki!
This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
The wiki uses Markdown syntax.
I attached electionboard.zip files.There are 2 files in that :
Development folder contain whole code with API.
CSS folder (All css files)
Images(All images required for Site)
JS(All js files)
likes.php : main file which contain all javascript,css call and get all candidate detail from Database and display on page.
Database Connection :
You can set your database connection from db_connect.php file.
// Server Connection
# $con = mysql_connect("localhost","username of server","password of server");
// Database Connection
# mysql_select_db("database name",$con);