Wednesday, November 28, 2012

About PHP / MySQL: Sending mail from your site

If you can't see this email, click here

About.com

PHP / MySQL

PHP Basics

MySQL Basics

Advanced Skills



From Angela Bradley, your Guide to PHP / MySQL
Hello Programmers!
Welcome to this week's edition to your PHP newsletter. This week we look at how to send mail from your site using a form. This will help you cut down on spam from robots. It will also make sure you collect the information you need from visitors.
Have a great week!

Holiday Countdown
It's that time of year again... time to count down to the Holidays!!  You can use PHP to create a countdown on your website.  You can target it to any... Read more

Report MySQL errors to PHP
When you are working with PHP and MySQL and encounter an error, it is helpful to receive more detailed information regarding the problem to point you in the direction of... Read more

Sending mail from your site
Having a form to send mail from your site is a good way to cut down on spam.  You can prevent spiders from crawling your site and collecting your e-mail... Read more

Step By Steps
These tutorials will show you step-by-step how to create many usable applications for your website. These programs are all fully functional and ready to use right away on your website. All the code is presented to you and then explained so you can both use it and understand it.

 


Related Searches
Featured Articles
PHP Functions
MySQL Commands
Security for PHP and MySQL
PHP and MySQL Basics
Tools and Resources
Troubleshooting

 

More from About.com

Plan a Caribbean Vacation
Whether you're planning a romantic escape, a girlfriend getaway, or an active family vacation we've got the resources you need. Read more...>



How to Eat Locally
Eating locally has many benefits, the food is fresher, tastes better, and has less environmental impact. But how can you get started? Read more...>




This newsletter is written by:
Angela Bradley
PHP / MySQL Guide
Email Me | My Blog | My Forum
 
Sign up for more free newsletters on your favorite topics
You are receiving this newsletter because you subscribed to the About.com PHP / MySQL newsletter. If you wish to change your email address or unsubscribe, please click here.

About.com respects your privacy: Our Privacy Policy

Contact Information:
249 West 17th Street
New York, NY, 10011

© 2012 About.com
 


Must Reads
Learn PHP
Using PHP with MySQL
Learn MySQL
Create Email Forms
PHP Login Script
 
Follow me on:
Facebook Twitter

Advertisement

Wednesday, November 21, 2012

About PHP / MySQL: Form Mail

If you can't see this email, click here

About.com

PHP / MySQL

PHP Basics

MySQL Basics

Advanced Skills



From Angela Bradley, your Guide to PHP / MySQL
Hello Subscribers! Welcome to this week's edition of the PHP/MySQL newsletter.
This week we look at how to send e-mail from your website using PHP.
Have a great week!

Sending mail from your site
Having a form to send mail from your site is a good way to cut down on spam. You can prevent spiders from crawling your site and collecting your e-mail address. You can also make sure a customer contacting you provides you with some basic information by making some fields mandatory!

Report MySQL errors to PHP
When you are working with PHP and MySQL and encounter an error, it is helpful to receive more detailed information regarding the problem to point you in the direction of fixing it. You can use the mysql_error ( ) to get feedback from MySQL to your PHP document if you are encountering problems
Search Related Topics:  troubleshooting php code  using php with mysql 





 


Related Searches
Featured Articles
Learn PHP
Learn MySQL
Advanced PHP
PHP with MySQL
Graphics- GD Library
Step By Steps

 

More from About.com

Plan a Caribbean Vacation
Whether you're planning a romantic escape, a girlfriend getaway, or an active family vacation we've got the resources you need. Read more...>



How to Eat Locally
Eating locally has many benefits, the food is fresher, tastes better, and has less environmental impact. But how can you get started? Read more...>




This newsletter is written by:
Angela Bradley
PHP / MySQL Guide
Email Me | My Blog | My Forum
 
Sign up for more free newsletters on your favorite topics
You are receiving this newsletter because you subscribed to the About.com PHP / MySQL newsletter. If you wish to change your email address or unsubscribe, please click here.

About.com respects your privacy: Our Privacy Policy

Contact Information:
249 West 17th Street
New York, NY, 10011

© 2012 About.com
 


Must Reads
Learn PHP
Using PHP with MySQL
Learn MySQL
Create Email Forms
PHP Login Script
 
Follow me on:
Facebook Twitter

Advertisement

Wednesday, November 14, 2012

About PHP / MySQL: PHP with HTML

If you can't see this email, click here

About.com

PHP / MySQL

PHP Basics

MySQL Basics

Advanced Skills



From Angela Bradley, your Guide to PHP / MySQL
Hello Programmers!
In this week's newsletter we talk about how to use PHP in conjunction with HTML. PHP packs a lot of punch, but HTML is what makes it look good!
Have a great week!

PHP with HTML
You can use HTML on your page in two different ways. You can either put the PHP inside of the HTML, or you can put the HTML inside of the PHP. What's the difference? Find out here.

More than Code
Programmers are good at... well... programming!  Sometimes they are less good at all the other things that come along with creating software.  This article talks about some skills outside of... Read more

PHP and Math
Having PHP is like having an awesome calculator near by at all times.  You can preform calculations, and even draw out the results.  Take a look at some of the... Read more

MySQL Commands
Information about all of the available MySQL commands, and what each does.

 


Related Searches
Featured Articles
Security for PHP and MySQL
PHP and MySQL Basics
Tools and Resources
Troubleshooting
Programing Glossary
Reader Response

 

More from About.com

Plan a Caribbean Vacation
Whether you're planning a romantic escape, a girlfriend getaway, or an active family vacation we've got the resources you need. Read more...>



How to Eat Locally
Eating locally has many benefits, the food is fresher, tastes better, and has less environmental impact. But how can you get started? Read more...>




This newsletter is written by:
Angela Bradley
PHP / MySQL Guide
Email Me | My Blog | My Forum
 
Sign up for more free newsletters on your favorite topics
You are receiving this newsletter because you subscribed to the About.com PHP / MySQL newsletter. If you wish to change your email address or unsubscribe, please click here.

About.com respects your privacy: Our Privacy Policy

Contact Information:
249 West 17th Street
New York, NY, 10011

© 2012 About.com
 


Must Reads
Learn PHP
Using PHP with MySQL
Learn MySQL
Create Email Forms
PHP Login Script
 
Follow me on:
Facebook Twitter

Advertisement