Posted by John McClumpha on 11/22/05 12:31
On Mon, 21 Nov 2005 14:36:08 +0100, Stefan Rybacki
<stefan.rybacki@gmx.net> wrote:
>rob@centralpoint.nl wrote:
>> Sure, increase it in the update query, example:
>> UPDATE hit SET counter+1 WHERE site='www.google.com'
>> (assuming that counter field is integer)
>
>Well, should be:
> UPDATE hit SET counter=counter+1 WHERE site='www.google.com'
Thanks stefan... I actually made that adjustment to Rob's code without
even thinking ;)
--
John McClumpha
Darkness Reigns - http://www.incitegraphics.com.au/darkness/
[Back to original message]
|