Maybe i've been looking to long but i can not find a error
$ground_name = $_POST['ground_name'];
$street = $_POST['street'];
$suburb = $_POST['suburb'];
$city = $_POST['city'];
$country = $_POST['country'];
$website = $_POST['website'];
$ground_phone = $_POST['ground_phone'];
$ground_fax = $_POST['ground_fax'];
$seatmap = $_POST['seatmap'];
$cap = $_POST['cap'];
$video = $_POST['video'];
$roof = $_POST['roof'];
$lights = $_POST['lights'];
$tran = $_POST['tran'];
$google = $_POST['google'];
$pic_1 = $_POST['pic_1'];
$pic_2 = $_POST['pic_2'];
$pic_3 = $_POST['pic_3'];
$result = MYSQL_QUERY("update results_ground set ground_name = '$ground_name', street = '$street', suburb = '$suburb', city = '$city', country = '$country', website = '$website', ground_phone = '$ground_phone', ground_fax = '$ground_fax', seatmap = '$seatmap', cap = '$cap', video = '$video', roof = '$roof', lights = '$lights', tran = '$tran', google = '$google', pic_1 = '$pic_1', pic_2 = '$pic_2', pic_3 = '$pic_3' where ground_id = $ground_id") or die("INSERT error: ".mysql_error());
Error
INSERT error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1