Guest User

Untitled

a guest
Oct 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1.  
  2.  
  3. <h2>Create an Account</h2>
  4.  
  5. <?php
  6. echo $form->create('User',array('action'=>'edit'));
  7. echo $form->input('username',array('default'=>''));
  8. echo $form->input('password',array('label'=>'Password','type'=>'password'));
  9. echo $form->input('password_confirm',array('label'=>'Confirm Password','type'=>'password'));
  10. echo $form->end('Enregistrer');
  11. ?>
Add Comment
Please, Sign In to add comment