Guest User

Untitled

a guest
Jan 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php $contratos_query = tep_db_query("select * from " . TABLE_CONTRATOS . "");
  2. $contratos = tep_db_fetch_array($contratos_query);?>
  3.  
  4. <?php echo $contratos['numero_contrato'] ; ?>
Add Comment
Please, Sign In to add comment