RSS

Tag Archive | "mail"

How to create a simple Flash/PHP mail contact form with Actionscript 3.0 and MySQL

Tuesday, March 31, 2009

25 Comments

How to create a simple Flash/PHP mail contact form with Actionscript 3.0 and MySQL

In this tutorial I'm gonna show you how to improve our simple php, sending the info by mail and saving it on a MySQL DataBase using a custom MySQL class that we could reuse anytime and phpMailer, an open source class to send mails. And, of course, we gonna use a flash form to send the form instead of the html form.

Continue reading...

A simple PHP mail contact form with MySQL

Tuesday, February 17, 2009

23 Comments

A simple PHP mail contact form with MySQL

Welcome to the first PHP tutorial on TheTechLabs.com. In this tutorial I'm gonna show you how to make a simple php contact form for any website, sending the info by mail and saving it on a MySQL DataBase. This tutorial will be like an intro to a more detailed and complex series of php articles that in the end will result on the interaction of php and flash in a cms system. Hope you enjoy the tutorial.

Continue reading...