Somebody can tell me how is the correct syntax for put the variable $suma in set, please!!
$str = “UPDATE inventario_produccion.articulos SET existencia = ‘$suma’
WHERE codigo_articulo = {$data[“codigo_articulo”]}”;
1 Answers
Please refer faqs: How to load grid based on $_POST data from other page?
http://www.phpgrid.org/faqs/#20
Your Answer