how to execute multiple queries in mysql using php?

ch_rstan2

New member
i want to update a table in one query string but php gives me an error

query:
UPDATE order_t SET sku=10578527, description=' B2MILO ACTGE HI-MLT220GW/CNSTR', cs=20, weekly=1.000, daily=0.140, po_po=7, po_delivery=7, buffer=1, selling=1, warehouse=0, total=1, suggested_pcs=1.100, suggested_cs=0.060, add_ons=0, final_order=0 WHERE id=20398; UPDATE order_t SET sku=10061379, description=' CHUCKIE CLCN CHOC MD 1L ', cs=12, weekly=150.130, daily=21.450, po_po=7, po_delivery=7, buffer=1, selling=160, warehouse=216, total=376, suggested_pcs=-54.250, suggested_cs=-4.520, add_ons=0, final_order=-5 WHERE id=20399;
 
Back
Top