Hi there currently I am using PHP to code my website registration system, but everything couldn't materialise as desired I have attach to this message a copy of register.html, a copy of my register page source code. And register_process.php, which contains all the php codes for registering the user values and appending them to the database I have add these modifications to my register.html file to gather the user inputs for processing. 1) <form name="form1" method="post" action="register_process.php"> </form> 2) Adding of the 'id' attribute to give a name to the field e.g. email e.g. <input class="text" id="email"/> However some of the fields requires user selection from a dropdown list (in register.html file it is the country, credit card and expiration date fields). I haven't learn how to code the application to accept user inputs from a dropdown list and thus haven't code my website to achieve this outcome. As for the name field, I have got to gather the user inputs for the 'First Name' and 'Last Name' fields and have to put them together under a single 'name' column in the database, anyone knows how to achieve this result Any kind souls out there, please help If possible, can add me on msn at to discuss Thanks!