Link to home
Start Free TrialLog in
Avatar of MrTV
MrTVFlag for Thailand

asked on

Php to edite in many record with my sql

SELECT
  ivsdtl.Code,
  prdmas.Name,
  ivsdtl.Qty,
FROM
  ivsdtl,
  prdmas
WHERE
  (ivsdtl.PCode = prdmas.Code)

How can i write pro gram with php so that I can up date   ivsdtl.Qty  at one time with many row  i can write
ASKER CERTIFIED SOLUTION
Avatar of -Thespian-
-Thespian-
Flag of Ukraine image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial