Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.37 KB | None | 0 0
  1. <div id="PopupContent_FormLoader" class="PopupContent">Regular User Profile<hr>
  2. <form action="" method="post">
  3.     Salutation: <select name="salutation">
  4.        
  5.     </select>
  6.     First Name: <input type="text" name="firstname">
  7.     Last Name: <input type="text" name="lastname"><br>
  8.     Username: <input type="text" name="username">
  9.     Password: <input type="password" name="password"><br>
  10.     Birthdate: <select name="year"></select><select name="month"></select><select name="day"></select>
  11.     Picture: <input type="text" name="picture"><button type="button">Browse</button><br>
  12.     Area: <select name="country">
  13.         <option value="2">Canada</option><option value="100">USA</option>   </select>
  14.     <select name="region">
  15.         t1t2
  16. Warning:  mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\hooditup\php\Form_RegularUserProfile.php on line 41
  17.     </select>
  18.     <select name="city">
  19.        
  20. Warning:  mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\hooditup\php\Form_RegularUserProfile.php on line 52
  21.     </select>
  22.     Address: <input type="text" name="address"><br>
  23.     Postal/Zip Code: <input type="text" name="postalzipcode">
  24.     Phone Number: <input type="text" name="phone"><br>
  25.     <button type="button">Save</button>
  26.     <button type="button">Update</button>
  27.     <button type="button">Delete</button>
  28.     <button type="button">Back</button>
  29. </form>
  30. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement