Código HTML:
Ver original
<form name="refaccion" action="ticket.php" method="post"> <table border="0" cellspacing="1" cellpadding="1"> <?php if (isset($_REQUEST['check'])) { $varifica = $_REQUEST['check']; } else { $varifica = 0; } $sql = 'SELECT nombre,id FROM `'.hesk_dbEscape($hesk_settings['db_pfix']).'refacciones`'; $res = hesk_dbQuery($sql); while ($row = hesk_dbFetchAssoc($res)) { ?> <tr> </tr> <?php } ?>
Muchas gracias amigos