<tr>
<td valign="top" colspan="2" align="center"><b><font class="normText">Image URL</font></b><br>
<input size="50" maxlength="250" type="text" name="image">
<br>
<font class="smallnormText">Image URL should be [url]http://www.pistonscentral.com/pc/admin/images/fileupload/uploads/imagename.jpg[/url]
(or .gif)</font></td>
</tr>
$query = "UPDATE story SET headline = '$headline', byline = '$byline', author = '$author', article = '$article', live = $live, type = $type, addimage = $addimage, image = '$image', timestamp = NOW() WHERE id = '$id'";
It shows the error as image =
Not sure what's going on.
Thanks