Friday, July 15, 2011

Tip of the Week

Do you have a submission email for sign-ups? So you can see the data by email? Do you require the people to send it in an email to you? Skip this!

PHP, a popular programming language, allows you to send emails directly from the script, as you may know. You should create a form with PHP that has the script to send you the email with the submission data. For example, if you want your visitors to sign up for a contest, all you have to do it make the script send an email to your submission email with the details of the data entered.

If you don't know how to do this yet in PHP or if you don't know any PHP, you can study it on many different sources. For simple tutorials, go to www.w3schools.com/php or to the PHP manual.

No comments:

Post a Comment

Please keep your comments appropriate.