I am developing a website. In the registration page, when the user fills in all the details and clicks the submit button, i want all the content of the fields to be sent to his email-id which he will specify in the form. How do i do it. I am using VBScript for it. I need solutions in VBScript to do it. Thanks in advance.
Advertisements. Register and be a member of the community to get rid of them.
Put some more light on the question. what is the webserver used ? Its been long since i touched VBScripts. im not sure that VBscripts alone can send email.
I am developing a website. In the registration page, when the user fills in all the details and clicks the submit button, i want all the content of the fields to be sent to his email-id which he will specify in the form. How do i do it. I am using VBScript for it. I need solutions in VBScript to do it. Thanks in advance.
Not possible using VBscript alone. I think you should use either asp or asp.net to do that. By the way, MySQL is not a webserver. It's a database server. I think you are using either Apache or IIS.