Willy23

vdaftarbaru(view)

Jul 17th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. div class="form-group <?php echo(form_error('nik') ? "has-error" : "") ?> has-feedback">
  2.           <label>Nomor Induk Kepabeanan / NIK </label>
  3.           <input type="file" class="form-control" name="nik" value="<?php echo $niktemp; ?>"/>
  4.             <?php echo(form_error('nik')) ? "<span class = 'glyphicon glyphicon-remove form-control-feedback' aria-hidden='true'></span>" : "";?>
  5.        </div>
Advertisement
Add Comment
Please, Sign In to add comment