Php batch upload 2 [with preview].? Php $ id $ _ GET [id]; $ sqlselect * frombiaowherepid. $ id; $ resmysqli_query ($ conn, $ SQL); $ nummysqli_num_rows ($ res); how many images are there $ sql1select * frombiao $ Id = $ _ GET ['id'];
$ SQL = "select * from biao where pid =". $ id;
$ Res = mysqli_query ($ conn, $ SQL );
$ Num = mysqli_num_rows ($ res); // number of existing images
$ Sql1 = "select * from biao where id =". $ id;
$ Res1 = mysqli_query ($ conn, $ sql1 );
$ Row1 = mysqli_fetch_assoc ($ res1 );
$ Num1 = $ row1 ['p _ num'];
$ P_name = $ row1 ['p _ name'];
?>
Http://www.bkjia.com/PHPjc/445070.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/445070.htmlTechArticle? Php $ id = $ _ GET ['id']; $ SQL = select * from biao where pid =. $ id; $ res = mysqli_query ($ conn, $ SQL); $ num = mysqli_num_rows ($ res); // number of existing images $ sql1 = select * from biao...