Advertisement
contatowellington

Untitled

Oct 24th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <form name="form1" method="post" action="">
  2. <div align="center"></div>
  3. <div align="center">
  4. <label>
  5. <input name="foto" type="hidden" id="foto" value="<?php echo $row_Recordset1['foto']; ?>">
  6. </label>
  7. <input name="id" type="hidden" id="id" value="<?php echo $row_Recordset1['id']; ?>" readonly="readonly">
  8. <?php if ($totalRows_Recordset1 > 0) { // Show if recordset not empty ?>
  9. <input type="submit" name="button2" id="button2" value="DELETAR IMAGEM ACIMA <?php echo $row_Recordset1['name']; ?> / <?php echo $row_Recordset1['type']; ?> ">
  10. <?php } // Show if recordset not empty ?>
  11. <br>
  12. </div>
  13. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement