Seems like you could do it either way:
PHP
or
MySQL
Depends if you want php or mysql to perform the calculation.
Daniel Venturini wrote:
Hello. Quick easy question I think? I display a INT value to a page (php) by
querying mysql. I want to be able for someone to put a new number and add to
that r
D]>
Sent: Tuesday, May 25, 2004 7:04 PM
Subject: Adding to a record
> Hello. Quick easy question I think? I display a INT value to a page (php)
by
> querying mysql. I want to be able for someone to put a new number and add
to
> that record. How would I go about doing this. Would this be
Hello. Quick easy question I think? I display a INT value to a page (php) by
querying mysql. I want to be able for someone to put a new number and add to
that record. How would I go about doing this. Would this be a mysql command
or a php thing? Thanks in advance.