Campaigns On-Line allows you to:
   Note: This is an partial list potential of candidates

  • Submit your candidate's URL and we'll add it to our database

Choose Office
Level:
Choose a
Party:
Choose a
State:
 
<% query2listm("select Office from candidates group by Office", "Office"); %> <% query2listm("select Party from candidates group by Party","Party"); %> <% query2listm("select State from candidates group by State","State"); %> <% query2listm("select Added from candidates group by Added","Added"); %>
 



<%function query2listm($myquery,$myname){ mysql_connect('localhost','root',''); mysql_select_db('politicalresources'); // echo $myquery; $result=mysql_query($myquery); // if($result){ %> <% // } }%>