Home > Backend Development > PHP Tutorial > PHP batch upload 2 [with preview]_PHP tutorial

PHP batch upload 2 [with preview]_PHP tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-20 11:06:07
Original
808 people have browsed it

$id = $_GET['id'];
$sql = "select * from biao where pid=".$id;
$res = mysqli_query($conn,$sql);
$num = mysqli_num_rows($res);   //现有多少张图片
$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'];
?>









添  加  图  片








   


  

现已上传图片张:


  

图片名称1:  


  

图片名称2:  


  

图片名称3:  


  

图片名称4:  


  
  

  



www.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); //现有多少张图片 $sql1 = select * from biao...
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template