signup_form.php

来自「Login Manager V3.0(LM3.0) is an authenti」· PHP 代码 · 共 571 行 · 第 1/3 页

PHP
571
字号
    <td width="241"><font face="Arial" size="2"><input type="password" name="password1" size="35" value="<? echo "$v_password"; ?>" style="border: 1px solid #808080; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1"></font></td>

  </tr>

  <tr>

    <td width="132"><font face="Arial" size="2" color="#800000">Full name</font><font face="Arial" size="2" color="#FF0000">*</font></td>

    <td width="241"><font face="Arial" size="2"><input name="name" size="35"  value="<? echo "$v_name"; ?>" style="border: 1px solid #808080; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1"></font></td>

  </tr>

  <tr>

    <td width="132"><font face="Arial" size="2" color="#800000">Email address</font><font face="Arial" size="2" color="#FF0000">*</font></td>

    <td width="241"><font face="Arial" size="2"><input name="email" size="35" value="<? echo "$v_email"; ?>" style="border: 1px solid #808080; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1"></font></td>

  </tr>

  <tr>

    <td width="132"><font size="2" face="Arial" color="#800000">Address</font></td>

    <td width="241"><font face="Arial" size="2"><input name="address" size="35" value="<? echo "$v_address"; ?>" style="border: 1px solid #808080; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1"></font></td>

  </tr>

  <tr>

    <td width="132"><font size="2" face="Arial" color="#800000">City</font></td>

    <td width="241"><font face="Arial" size="2"><input name="city" size="35" value="<? echo "$v_city"; ?>" style="border: 1px solid #808080; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1"></font></td>

  </tr>

  <tr>

    <td width="132"><font size="2" face="Arial" color="#800000">State</font></td>

    <td width="241"><font face="Arial" size="2"><input name="state" size="35" value="<? echo "$v_state"; ?>" style="border: 1px solid #808080; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1"></font></td>

  </tr>

    <tr>

    <td width="132"><font size="2" face="Arial" color="#800000">Zip Code</font></td>

    <td width="241"><font face="Arial" size="2"><input name="zip" size="35" value="<? echo "$v_zip"; ?>" style="border: 1px solid #808080; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1"></font></td>

  </tr>

  <tr>

    <td width="132"><font size="2" face="Arial" color="#800000">Country</font></td>

    <td width="241">

    <font face="Arial" size="2">
  <select name="country" size="1">
  <option <? if($v_country=='United States'){echo 'selected';} ?>>United States</option>
  <option <? if($v_country=='Afghanistan'){echo 'selected';} ?>>Afghanistan</option>
  <option <? if($v_country=='Albania'){echo 'selected';} ?>>Albania</option>
  <option <? if($v_country=='Algeria'){echo 'selected';} ?>>Algeria</option>
  <option <? if($v_country=='American Samoa'){echo 'selected';} ?>>American Samoa</option>
  <option <? if($v_country=='Andorra'){echo 'selected';} ?>>Andorra</option>
  <option <? if($v_country=='Angola'){echo 'selected';} ?>>Angola</option>
  <option <? if($v_country=='Anguilla'){echo 'selected';} ?>>Anguilla</option>
  <option <? if($v_country=='Antarctica'){echo 'selected';} ?>>Antarctica</option>
  <option <? if($v_country=='Antigua And Barbuda'){echo 'selected';} ?>>Antigua And Barbuda</option>
  <option <? if($v_country=='Argentina'){echo 'selected';} ?>>Argentina</option>
  <option <? if($v_country=='Armenia'){echo 'selected';} ?>>Armenia</option>
  <option <? if($v_country=='Aruba'){echo 'selected';} ?>>Aruba</option>
  <option <? if($v_country=='Australia'){echo 'selected';} ?>>Australia</option>
  <option <? if($v_country=='Austria'){echo 'selected';} ?>>Austria</option>
  <option <? if($v_country=='Azerbaijan'){echo 'selected';} ?>>Azerbaijan</option>
  <option <? if($v_country=='Bahamas'){echo 'selected';} ?>>Bahamas</option>
  <option <? if($v_country=='Bahrain'){echo 'selected';} ?>>Bahrain</option>
  <option <? if($v_country=='Bangladesh'){echo 'selected';} ?>>Bangladesh</option>
  <option <? if($v_country=='Barbados'){echo 'selected';} ?>>Barbados</option>
  <option <? if($v_country=='Belarus'){echo 'selected';} ?>>Belarus</option>
  <option <? if($v_country=='Belgium'){echo 'selected';} ?>>Belgium</option>
  <option <? if($v_country=='Belize'){echo 'selected';} ?>>Belize</option>
  <option <? if($v_country=='Benin'){echo 'selected';} ?>>Benin</option>
  <option <? if($v_country=='Bermuda'){echo 'selected';} ?>>Bermuda</option>
  <option <? if($v_country=='Bhutan'){echo 'selected';} ?>>Bhutan</option>
  <option <? if($v_country=='Bolivia'){echo 'selected';} ?>>Bolivia</option>
  <option <? if($v_country=='Bosnia and Herzegovina'){echo 'selected';} ?>>Bosnia and Herzegovina</option>
  <option <? if($v_country=='Botswana'){echo 'selected';} ?>>Botswana</option>
  <option <? if($v_country=='Bouvet Island'){echo 'selected';} ?>>Bouvet Island</option>
  <option <? if($v_country=='Brazil'){echo 'selected';} ?>>Brazil</option>
  <option <? if($v_country=='British Indian Ocean Territory'){echo 'selected';} ?>>British Indian Ocean Territory</option>
  <option <? if($v_country=='Brunei'){echo 'selected';} ?>>Brunei</option>
  <option <? if($v_country=='Bulgaria'){echo 'selected';} ?>>Bulgaria</option>
  <option <? if($v_country=='Burkina Faso'){echo 'selected';} ?>>Burkina Faso</option>
  <option <? if($v_country=='Burundi'){echo 'selected';} ?>>Burundi</option>
  <option <? if($v_country=='Cambodia'){echo 'selected';} ?>>Cambodia</option>
  <option <? if($v_country=='Cameroon'){echo 'selected';} ?>>Cameroon</option>
  <option <? if($v_country=='Canada'){echo 'selected';} ?>>Canada</option>
  <option <? if($v_country=='Cape Verde'){echo 'selected';} ?>>Cape Verde</option>
  <option <? if($v_country=='Cayman Islands'){echo 'selected';} ?>>Cayman Islands</option>
  <option <? if($v_country=='Central African Republic'){echo 'selected';} ?>>Central African Republic</option>
  <option <? if($v_country=='Chad'){echo 'selected';} ?>>Chad</option>
  <option <? if($v_country=='Chile'){echo 'selected';} ?>>Chile</option>
  <option <? if($v_country=='China'){echo 'selected';} ?>>China</option>
  <option <? if($v_country=='Christmas Island'){echo 'selected';} ?>>Christmas Island</option>
  <option <? if($v_country=='Cocos (Keeling) Islands'){echo 'selected';} ?>>Cocos (Keeling) Islands</option>

  <option <? if($v_country=='Columbia'){echo 'selected';} ?>>Columbia</option>
  <option <? if($v_country=='Comoros'){echo 'selected';} ?>>Comoros</option>
  <option <? if($v_country=='Congo'){echo 'selected';} ?>>Congo</option>
  <option <? if($v_country=='Cook Islands'){echo 'selected';} ?>>Cook Islands</option>
  <option <? if($v_country=='Costa Rica'){echo 'selected';} ?>>Costa Rica</option>
  <option <? if($v_country=='Croatia (Hrvatska)'){echo 'selected';} ?>>Croatia (Hrvatska)</option>
  <option <? if($v_country=='Cuba'){echo 'selected';} ?>>Cuba</option>
  <option <? if($v_country=='Cyprus'){echo 'selected';} ?>>Cyprus</option>
  <option <? if($v_country=='Czech Republic'){echo 'selected';} ?>>Czech Republic</option>
  <option <? if($v_country=='D.P.R. Korea'){echo 'selected';} ?>>D.P.R. Korea</option>
  <option <? if($v_country=='Dem Rep of Congo (Zaire)'){echo 'selected';} ?>>Dem Rep of Congo (Zaire)</option>
  <option <? if($v_country=='Denmark'){echo 'selected';} ?>>Denmark</option>
  <option <? if($v_country=='Djibouti'){echo 'selected';} ?>>Djibouti</option>
  <option <? if($v_country=='Dominica'){echo 'selected';} ?>>Dominica</option>
  <option <? if($v_country=='Dominican Republic'){echo 'selected';} ?>>Dominican Republic</option>
  <option <? if($v_country=='East Timor'){echo 'selected';} ?>>East Timor</option>
  <option <? if($v_country=='Ecuador'){echo 'selected';} ?>>Ecuador</option>
  <option <? if($v_country=='Egypt'){echo 'selected';} ?>>Egypt</option>
  <option <? if($v_country=='El Salvador'){echo 'selected';} ?>>El Salvador</option>
  <option <? if($v_country=='Equatorial Guinea'){echo 'selected';} ?>>Equatorial Guinea</option>
  <option <? if($v_country=='Eritrea'){echo 'selected';} ?>>Eritrea</option>
  <option <? if($v_country=='Estonia'){echo 'selected';} ?>>Estonia</option>
  <option <? if($v_country=='Ethiopia'){echo 'selected';} ?>>Ethiopia</option>
  <option <? if($v_country=='Falkland Islands (Malvinas)'){echo 'selected';} ?>>Falkland Islands (Malvinas)</option>
  <option <? if($v_country=='Faroe Islands'){echo 'selected';} ?>>Faroe Islands</option>
  <option <? if($v_country=='Fiji'){echo 'selected';} ?>>Fiji</option>
  <option <? if($v_country=='Finland'){echo 'selected';} ?>>Finland</option>
  <option <? if($v_country=='France'){echo 'selected';} ?>>France</option>
  <option <? if($v_country=='French Guiana'){echo 'selected';} ?>>French Guiana</option>
  <option <? if($v_country=='French Polynesia'){echo 'selected';} ?>>French Polynesia</option>
  <option <? if($v_country=='French Southern Territories'){echo 'selected';} ?>>French Southern Territories</option>
  <option <? if($v_country=='Gabon'){echo 'selected';} ?>>Gabon</option>
  <option <? if($v_country=='Gambia'){echo 'selected';} ?>>Gambia</option>
  <option <? if($v_country=='Georgia'){echo 'selected';} ?>>Georgia</option>
  <option <? if($v_country=='Germany'){echo 'selected';} ?>>Germany</option>
  <option <? if($v_country=='Ghana'){echo 'selected';} ?>>Ghana</option>
  <option <? if($v_country=='Gibraltar'){echo 'selected';} ?>>Gibraltar</option>
  <option <? if($v_country=='Greece'){echo 'selected';} ?>>Greece</option>
  <option <? if($v_country=='Greenland'){echo 'selected';} ?>>Greenland</option>
  <option <? if($v_country=='Grenada'){echo 'selected';} ?>>Grenada</option>
  <option <? if($v_country=='Guadeloupe'){echo 'selected';} ?>>Guadeloupe</option>
  <option <? if($v_country=='Guam'){echo 'selected';} ?>>Guam</option>
  <option <? if($v_country=='Guatemala'){echo 'selected';} ?>>Guatemala</option>
  <option <? if($v_country=='Guinea'){echo 'selected';} ?>>Guinea</option>
  <option <? if($v_country=='Guinea-Bissau'){echo 'selected';} ?>>Guinea-Bissau</option>
  <option <? if($v_country=='Guyana'){echo 'selected';} ?>>Guyana</option>
  <option <? if($v_country=='Haiti'){echo 'selected';} ?>>Haiti</option>
  <option <? if($v_country=='Heard and McDonald Islands'){echo 'selected';} ?>>Heard and McDonald Islands</option>
  <option <? if($v_country=='Honduras'){echo 'selected';} ?>>Honduras</option>
  <option <? if($v_country=='Hong Kong SAR, PRC'){echo 'selected';} ?>>Hong Kong SAR, PRC</option>
  <option <? if($v_country=='Hungary'){echo 'selected';} ?>>Hungary</option>
  <option <? if($v_country=='Iceland'){echo 'selected';} ?>>Iceland</option>
  <option <? if($v_country=='India'){echo 'selected';} ?>>India</option>
  <option <? if($v_country=='Indonesia'){echo 'selected';} ?>>Indonesia</option>
  <option <? if($v_country=='Iran'){echo 'selected';} ?>>Iran</option>
  <option <? if($v_country=='Iraq'){echo 'selected';} ?>>Iraq</option>
  <option <? if($v_country=='Ireland'){echo 'selected';} ?>>Ireland</option>
  <option <? if($v_country=='Israel'){echo 'selected';} ?>>Israel</option>
  <option <? if($v_country=='Italy'){echo 'selected';} ?>>Italy</option>
  <option <? if($v_country=='Jamaica'){echo 'selected';} ?>>Jamaica</option>
  <option <? if($v_country=='Japan'){echo 'selected';} ?>>Japan</option>
  <option <? if($v_country=='Jordan'){echo 'selected';} ?>>Jordan</option>
  <option <? if($v_country=='Kazakhstan'){echo 'selected';} ?>>Kazakhstan</option>
  <option <? if($v_country=='Kenya'){echo 'selected';} ?>>Kenya</option>
  <option <? if($v_country=='Kiribati'){echo 'selected';} ?>>Kiribati</option>
  <option <? if($v_country=='Korea'){echo 'selected';} ?>>Korea</option>
  <option <? if($v_country=='Kuwait'){echo 'selected';} ?>>Kuwait</option>
  <option <? if($v_country=='Kyrgyzstan'){echo 'selected';} ?>>Kyrgyzstan</option>
  <option <? if($v_country=='Lao'){echo 'selected';} ?>>Lao</option>
  <option <? if($v_country=='Latvia'){echo 'selected';} ?>>Latvia</option>
  <option <? if($v_country=='Lebanon'){echo 'selected';} ?>>Lebanon</option>
  <option <? if($v_country=='Lesotho'){echo 'selected';} ?>>Lesotho</option>
  <option <? if($v_country=='Liberia'){echo 'selected';} ?>>Liberia</option>
  <option <? if($v_country=='Libya'){echo 'selected';} ?>>Libya</option>
  <option <? if($v_country=='Liechtenstein'){echo 'selected';} ?>>Liechtenstein</option>
  <option <? if($v_country=='Lithuania'){echo 'selected';} ?>>Lithuania</option>
  <option <? if($v_country=='Luxembourg'){echo 'selected';} ?>>Luxembourg</option>
  <option <? if($v_country=='Macao'){echo 'selected';} ?>>Macao</option>
  <option <? if($v_country=='Macedonia'){echo 'selected';} ?>>Macedonia</option>
  <option <? if($v_country=='Madagascar'){echo 'selected';} ?>>Madagascar</option>
  <option <? if($v_country=='Malawi'){echo 'selected';} ?>>Malawi</option>
  <option <? if($v_country=='Malaysia'){echo 'selected';} ?>>Malaysia</option>
  <option <? if($v_country=='Maldives'){echo 'selected';} ?>>Maldives</option>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?