I want to select my Db how to ???
$db = mysql_connect("localhost","username","password");
$date=date("Y-m-d");
$sql="INSERT INTO fotoboek (name, email, date, city, img) VALUES ('$name', '$email', '$date', '$city', '$_FILES[\"img\"][\"name\"]')";
mysql_query($sql, $db);