Hi
I am having a problem with the following line:
$query = mysqli_query($link, "UPDATE `getgigs` SET `venue` = '$venue', `town` = '$town', `phone` = '$tel', `website` = '$web', `email` = '$email', `address` = '$add' WHERE `rock` = '$url'") or die("Error: ". mysqli_error($link). " with query ". $query);
It is telling me I have a syntax error here, but I cannot work out what it is.
Thanks for any help