Thursday, December 8, 2011

How i can transfer the details entered in a webpage to my inbox without storing the details in a database?

Depends on what programming language you written your page in, if it's php which is the most common used by normal people, use the mail() function.





http://www.php.net/mail|||Just mail it to you. Now mailing is different in every language you use. In php we preferably use mail() function.

No comments:

Post a Comment