PHP Create new user registration interface layout instance
DOCTYPE><HTML><Head><title>Load page
title><Metahttp-equiv= "Content-type"content= "text/html"CharSet= "UTF8"><styletype= "Text/css">Body{font-family:Arial, Helvetica, Sans-serif;font-size:12px;Color:#666666;background:#fff;text-align:Center;} *{margin:0;padding:0;}a{Color:#1e7ace;text-decoration:None;}a:hover{Color:#000;text-decoration:Underline;}H3{font-size:14px;Font-weight:Bold;}Pre, P{Color:#1e7ace;margin:4px;}input, select, textarea{padding:1px;margin:2px;font-size:11px;}#myform{width:450px;margin:15px Auto;padding:20px;text-align: Left;Border:1px solid #a4cdf2;}fieldset{padding:10px;Margin-top:5px;Border:1px solid #a4cdf2;background:#fff;}fieldset legend{Color:#1e7ace;Font-weight:Bold;padding:3px 20px 3px 20px;Border:1px solid #a4cdf2;background:#fff;}fieldset label{float: Left;width:120px;text-align: Right;padding:4px;margin:1px;}fieldset Div{Clear: Left;Margin-bottom:2px;}. Buttom{padding:1px 10px;font-size:12px;Border:1px #1e7ace Solid;background:#d0f0ff;}. Input{width:120px;}. Enter{text-align:Center;}. Clear{Clear:both;}
style>
Head><Body><DivID= "MyForm"><Center><H3>Create a new user
H3>
Center><formMethod= "POST"name= "MyForm"ID=""><fieldset><legend>User Registration
legend><Div><label for= "Name">User name
label><inputtype= "text"name= "Name"class= "Input"ID= "Name"size= " the"maxlength= "+"/>* (can input letter array underline)<BR>
Div><Div><label for= "Email">Email
label><inputtype= "text"name= "Email"class= "Input"ID= "Email"size= " the"maxlength= "Max"/> *<BR>
Div><Div><label for= "Password">Enter password
label><inputtype= "Password"name= "Password"class= "Input"ID= "Password"size= "+"maxlength= " the"/>* (length cannot exceed 15 characters)<BR>
Div><Div><label for= "Confirm_password">Duplicate password
label><inputtype= "Password"name= "Confirm_password"class= "Input"ID= "Confirm_password"size= "+"maxlength= " the"/> *<BR>
Div><Div><label for= "Agreetoterms">Agree to user's terms of service
label><inputstyle= "HEIGHT:22PX;"type= "checkbox"name= "Agreetoterms"ID= "Agreetoterms"value= "1"/><astyle= "Vertical-align:super;"href="#"title= "Do you agree to the terms of service">Click here to view the user terms
a><Istyle= "POSITION:RELATIVE;TOP:-2PX;">*
I>
Div><Divclass= "Enter"><inputname= "create791"type= "Submit"class= "Buttom"value= "Submit"/><inputname= "Submit"type= "Reset"class= "Buttom"value= "Reset"/>
div>
fieldset>
form ><br>
div >
Body>
html>
The above describes the PHP to create a new user registration interface layout example, including the content, I hope to be interested in PHP tutorial friends helpful.