Mini Shell

Direktori : /home/sicomercio/public_html/adm/
Upload File :
Current File : /home/sicomercio/public_html/adm/retcategorias.php

<?php
include"conexao.php";
// conexão e seleção do banco de dados
$conn = mysqlI_connect($host, $user, $pass, $db);

// executa a consulta
  $sqll = "SELECT * FROM tab_emp_categ where id_empresa = '$id_empresa'";
 


$ress = mysqli_query($conn, $sqll);
 
// conta o número de registros
$total = mysqli_num_rows($ress);
 
 //echo "<p><div align = 'center' > $sqll $total </div></p>";
	
	
 
	
 
// loop pelos registros
while ($f = mysqli_fetch_array($ress))
{

$id_categoria = $f['id_categoria'];


 include"retnomecategoria.php";


	
}
echo"<a data-fancybox data-type=\"iframe\" href=\"mudacategoriaempresa.php?id=$id\" class=\"btn btn-primary\" style = 'heigt:15px;' data-iframe='{\"preload\":true}'>
<label><b>CATEGORIAS</b></label>
</a>";
?> 





Zerion Mini Shell 1.0