Hi All,
Im hoping this will be a quick question.
i have this line in my script:
$update_views = ("UPDATE aviation set views= '$views + 1' where id = '$id'");
which doesnt seem to work.
if i do:
update aviation set views = views + 1 where id = 2; (for example)
at the server itself it works with no hitches.
Can someone point me in the right direction as to why its not working in PHP.?
Many thanks
Dave