Current location: Hot Scripts Forums » General Community » Script Requests » e-mail form and script?


e-mail form and script?

Reply
  #1 (permalink)  
Old 01-18-04, 03:40 PM
I, Brian I, Brian is offline
Newbie Coder
 
Join Date: Jan 2004
Location: Yorkshire, UK
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
e-mail form and script?

I learned my way around HTML and CSS, but forms is something that I simply have never had to handle before - but now I need to learn.

Does anyone have any recommendations of a HTML template with a script that I could use?

Or, recommend a simple script that easy to implement?

Easy meaning for someone who has rarely ever used scripts, cannot program, but can do HTML, CSS, and editing stuff when required?
Reply With Quote
  #2 (permalink)  
Old 01-18-04, 10:10 PM
Aaronn's Avatar
Aaronn Aaronn is offline
Newbie Coder
 
Join Date: Nov 2003
Location: Spokane Washington
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by I, Brian
I learned my way around HTML and CSS, but forms is something that I simply have never had to handle before - but now I need to learn.

Does anyone have any recommendations of a HTML template with a script that I could use?

Or, recommend a simple script that easy to implement?

Easy meaning for someone who has rarely ever used scripts, cannot program, but can do HTML, CSS, and editing stuff when required?
If you can create a html form that creates variables, you can use this type of script to email the contents.

PHP Code:



<?
//Must have header info
$header "From: [email]email@email.com[/email]";
//Your subject Line
$subject "Subject Line";
//what you want in the body of the email, just add your variable names from the form
$response_mail1 "$Form_field_1$droptdownbox$radio_button";
//the function to mail it
mail("$row","$subject","$response_mail1","$header"); 
?>

Last edited by Aaronn; 01-18-04 at 10:29 PM.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
formmail problem gscraper Perl 12 08-27-04 03:06 AM
Is there any integrity of script rankings? webmaster@atmanager.com Hot Scripts Forum Questions, Suggestions and Feedback 17 08-06-04 12:12 AM
MySql update form script? dihan PHP 8 01-10-04 03:35 AM
live chat script, form script, autoresponder, babalu Script Requests 0 12-04-03 01:55 PM
PHP script that uploads and emails the form. ./n00b3 PHP 5 11-24-03 03:16 PM


All times are GMT -5. The time now is 09:24 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.