View Single Post
Old 01-01-2008, 07:39 AM   #2 (permalink)
sunja
Platinum Lifetime Member
 
Last Online: Today 04:36 AM
iTrader: (2)
Join Date: Dec 2007
Posts: 158
DNF$: 830
Location: UK
Country:


not really sure what you're after. do you want the SQL or some PHP code?

In SQL you can say something like

UPDATE tablename SET field="value" WHERE otherfield="somevalue";

which would update all rows where "otherfield" is "somevalue".

explain exactly what you want to see happen on the screen.
sunja is offline   Reply With Quote