I am a new learner in ASP code. I have created the submitform.html that contain the information as following fields: buy or sell (two radio buttons); name (text); address, city (text); state (dropdown list); zip (text); photo upload for items (browse button to upload image file from local machine); description (textarea). Finally, submit button for submitting all filled above datas to SQL server database. Please help me how to create a table called tblFormInfo and ASP code to insert the data into that table. I would appreciate your time.