In article <[EMAIL PROTECTED]> , [EMAIL PROTECTED]
(Jj Harrison) wrote:
>what is the best way to increment a mySQL table cell?
>
>is there a increment function or do I need to increment it in php?
Do you mean like this:
update myTable set myCell = myCell + 1 where myId = 42
--
Like Music? ht
Thanks
"Jj Harrison" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> what is the best way to increment a mySQL table cell?
>
> is there a increment function or do I need to increment it in php?
>
>
>
>
--
PHP General Mailing List (http://www.php.net/)
To uns
2 matches
Mail list logo