Forums

This topic is locked

Confirmation from forms?

Posted 22 Oct 2001 15:23:34
1
has voted
22 Oct 2001 15:23:34 simon bloodworth posted:
I have a register page on my site which writes to a database all the information that the user enters in. Now is it possible to set an email to be sent to them confirming of their registration when they submit it.

any help would be grately appreciated


S Bloodworth

Replies

Replied 22 Oct 2001 18:30:14
22 Oct 2001 18:30:14 Michael Rudge replied:
The way I like to do this is to have a verification page and on submit send the email. You can do it all from 1 page and use if Request.ServerVariable("REQUEST_METHOD"= Post and have your email code within that statement. Hiran has a great tutorial @ www.hiran.desilva.com/ultradev/

Hope this helps

Michael Rudge

Reply to this topic