Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form class="form-horizontal" action="<?php echo $url ?>" method="POST" enctype="multipart/form-data">
- <div class="form-group">
- <label class="col-sm-2 control-label">NIS</label>
- <div class="col-sm-3">
- <input type="text" name="nis" class="form-control" value="<?php echo @$result->nis?>" <?php ?>>
- </div>
- </div>
- <div></div>
- </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement