addexec.php
<?php
include('config.php');
if (!isset($_FILES['image']['tmp_name'])) {

Polls

User.php
<html>
<body>
<?php
include('config.php');
$connection = mysql_connect('localhost','root','')
or die('error connect!');
mysql_select_db($db) or die('error database!');