CLEAR - $tb

".$lang["tables"].">$tb>".$lang["Clear"].""; if (!$vmi) { echo "

- - -
- This will delete all records !
".$lang["TRUNCATE_TABLE"]." ".htmlspecialchars($tb)." ?

".$lang["Yes"]." | ".$lang["No"].""; } else { $sql="TRUNCATE TABLE `$tb`"; $d=mysqli_query($conn,$sql); if ($d) { echo "
- - -

".$lang["Query"].": ".htmlspecialchars($sql)."

Table $tb cleared !"; } else { echo "
- - -

".$lang["Query"].": ".htmlspecialchars($sql)."

".$lang["Error"].": "; echo mysqli_error($conn); } } echo ""; include('foot.php'); ?>