Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <?php echo "<a href="#modalForm" class='modal-with-form btn btn-default'>Update Status</a>";?>
  2.  
  3. <form action="<a href='#modalForm'></a>" method="get" class="modal-with-form btn btn-default">
  4. <input type="hidden" name="usern" value="<?php echo "$usern"; ?>">
  5. <input name="" type="button">
  6. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement