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='<value>' WHERE id=<what ever that rows id is>

----- Original Message ----- 
From: "Daniel Venturini" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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 a mysql
command
> or a php thing? Thanks in advance.
>



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to