English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hi, I´d like to know if someone knows php programming? I need to create a web form mail to send data and an image attachment: like so:
name: _______
City:_________
Living in [combo box] : house, apt., parent´s home
Picture upload_______[upload]

[SEND]

Can someone help me out on this? - It´s fine if someone know how to code that on FLASH 8.
In addition: I´d like to open the mail sent directly from my website to my e-mail with all of those data formatted by CSS, which, if you also know how to code nicely, I´d also would like to know.

i´ve googled for 3 hours straight but found nothing...please help.

2006-08-24 15:05:36 · 3 answers · asked by David_RiveraH 2 in Computers & Internet Programming & Design

3 answers

This is a two-step process.

First, you need to know how to upload files. Read here:

http://www.php.net/features.file-upload

Once you figured out the uploads, you need to know how to send e-mail with attachments. The easiest way is to use a PHP class called phpMailer:

http://phpmailer.sourceforge.net/

_

2006-08-28 04:59:52 · answer #1 · answered by NC 7 · 0 0

You're going to need a combination of PHP and HTML programming to get the form and get it to submit a CSS formatted email to you.

Here are some refereneces and keywords for you:

For HTML - you want to read up about forms, POST, CSS
http://www.tizag.com/htmlT/forms.php

For PHP - you can never go wrong with the PHP manual
http://www.php.net

For CSS - style sheets are relatively easy to learn, if you are familiar with HTML in any way shape or form
http://www.w3schools.com/css/css_intro.asp

2006-08-25 01:46:48 · answer #2 · answered by magrowan 1 · 0 0

search on google or www.perl.com

2006-08-24 22:30:53 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers