fork download
  1.  
  2. <?php while ($row = mysqli_fetch_assoc($result)) : ?>
  3. <div class="col-sm-4 portfolio-item">
  4. <a href="#portfolioModal1" class="portfolio-link" data-toggle="modal">
  5. <div class="caption">
  6. <div class="caption-content">
  7. <i class="fa fa-search-plus fa-3x"></i>
  8. </div>
  9. </div>
  10. <img src="../img/portfolio/<?php echo $row['pImage']?>.png" class="img-responsive" alt="<?php echo $row['pImage']?>">
  11. </a>
  12. <p>品名:<?php echo $row['pName']?>價格:<?php echo $row['pPrice']?>庫存:<?php echo $row['pStack']?></p>
  13. <td valign="baseline"><input type="text" name="txtProductNumber" id="txtProductNumber" ></td>
  14.  
  15. <td style="text-align: center"><span style="cursor:pointer;" class="addToCart" data-id="<?php echo $row['pID']?>">add to cart</span></td>
  16. </div>
  17.  
  18. <?php endwhile ?>
Runtime error #stdin #stdout #stderr 0s 82880KB
stdin
Standard input is empty
stdout
            
stderr
PHP Fatal error:  Uncaught Error: Call to undefined function mysqli_fetch_assoc() in /home/yWQAl9/prog.php:2
Stack trace:
#0 {main}
  thrown in /home/yWQAl9/prog.php on line 2