×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Manuel Cerruti
Added: May 13, 2022 10:31 AM
Views: 16
Tags: no tags
  1. $tabellaSQL = "SELECT * FROM $tabella WHERE ";
  2. $rstabella = $mysqlconn->query($tabellaSQL) or die(mysqli_error($mysqlconn));
  3. while($rstabella_row = $rstabella->fetch_assoc())
  4. {
  5.  
  6. }