PHP contact form to email account
Posted in PHP | Posted on 20-01-2010-05-2008
In this tutorial we will learn how to use a basic HTML form with a PHP script. We will be working on a simple contact form that can be used on your website.
In this tutorial we will learn how to use a basic HTML form with a PHP script. We will be working on a simple contact form that can be used on your website.
PHP is a server side scripting language. PHP will allow you to accept input from HTML forms. Actually, that’s just the tip of the iceberg. You can do a lot of things with PHP. A few possibilities are: creating a rotating banner, making calculations, adding and extracting data to a database. Again, these are just a few really small examples of what you can do.