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
You might want to acctuly read through the documentation, or get a book on php/mysql. But you would send to the query: UPDATE 'table' SET number='' WHERE id= - Original Message - From: "Daniel Venturini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 25, 2004 7:04 PM Sub