Re: Adding to a record

2004-05-25 Thread Michael Kruckenberg
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

Re: Adding to a record

2004-05-25 Thread Sarix
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

Adding to a record

2004-05-25 Thread Daniel Venturini
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.