Advertisement
meccharef

Untitled

Jul 1st, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. hi , this is the second video about html,php tutorial,
  2. in the 1st video we've created a login page ..
  3. but it is not working yet.
  4. now we will create a register page , let's start
  5. we will create new page and save it as register.php
  6. now we add the same code
  7. <html><head><title></title></head><body></body></html>
  8. now we add new <form>
  9.  
  10. you can use <label> or without the <label> or paragraphe <p>
  11. or the attribute : placeholder
  12.  
  13. the first three are the same
  14. i will turn them all to "placeholder"
  15.  
  16. now if we want to adjust them ..
  17. one under another we just add <br>
  18. everything is ok till now
  19. i will just add one note
  20. about the special chars éàèçîö the result was éà èçîö
  21. to fix this , just encode the page as utf8 ;)
  22. let's refresh and see the difference , the result now éàèçîö
  23. so it's better to encode the page as utf8 when creating new page
  24. good bye ;)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement