/** * Thêm mới người dùng * @param string * @param string * @param string * @param date * @param string * @param string * @param string * @param string * @param string * @param string * @return boolean */ function PostRegister($username, $password, $name, $birth, $address, $street, $district, $province, $numberphone, $email) { return UserInsert($username, $password, escape($name), $birth, escape($address), escape($street), escape($district), escape($province), $numberphone, $email); }
</div> <!--githubAccount URL--> <div class="control-group"> <label class="control-label">Poste</label> <div class="controls"> <input type="text" required name="FunctionPost" class="span6 popovers" /> <span class="help-inline"> Champ obligatoire</span> </div> </div> <!--Rank*--> <br> <center> <button type="reset" class="btn btn-info"><i class="icon-ban-circle icon-white"></i> Annuler </button> <button type="submit" class="btn btn-warning"><i class="icon-plus icon-white"></i> Crée </button> </center> </form><?php UserInsert(); ?> </div> </div> <!-- Informations globales --> </div> <!-- END PAGE CONTENT--> </div> <!-- END PAGE CONTAINER--> </div> <!-- END PAGE --> </div> </div> <!-- END CONTAINER --> <div id="footer"> 2013 © Admin Lab Dashboard.