Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-16-2005, 08:21 PM   PM User | #1
day101
New Coder

 
Join Date: Apr 2005
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
day101 is an unknown quantity at this point
help with email form

im trying to make a email form
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body>
Your form will be sent to Swat, all the information you give is between swat and you.
<FORM METHOD=POST ACTION="mailto:luke69@gmail.com" ENCTYPE="text/plain">
  
  
  <div align="left">
    <INPUT TYPE="text" NAME="username"> 
  : Screen Name <BR>
  <INPUT TYPE="text" NAME="email"> 
  : email <BR>
  <INPUT TYPE="text" NAME="Name"> 
  : Name <BR>
  <INPUT TYPE="text" NAME="Broadband speed"> 
  : Internet Speed <BR>
  <INPUT TYPE="text" NAME="MSN"> : Msn <BR>
  comments <BR>
  <TEXTAREA NAME="COMMENTS" ROWS="10" WRAP="hard">
  </TEXTAREA>
  <INPUT NAME="redirect" TYPE="hidden" VALUE="thanks.html">
  <INPUT NAME="NEXT_URL" TYPE="hidden" VALUE="index.html">
  <BR>
  <INPUT TYPE="submit" VALUE="Send">
  <INPUT TYPE="reset" VALUE="Clear">
    </div>
</FORM>
<div align="center">
  <!-- END OF FORM -->
  
</div>
</body>
</html>
and it keeps asking me to open outlook and i dont want to that i just want it to send to the email, can some one help please
__________________
NEED HELP !!!! PHP PEOPLE!!!! PLEASE HELP ME WITH SCRIPTING
My clan http://www.newworldsoldiers.com/
day101 is offline   Reply With Quote
Old 10-16-2005, 08:30 PM   PM User | #2
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
In order to not make it open up outlook you will need to use some type of server side language. Does your host support php?
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Old 10-16-2005, 08:33 PM   PM User | #3
day101
New Coder

 
Join Date: Apr 2005
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
day101 is an unknown quantity at this point
yep it does, but i dont know nothing with php.....
__________________
NEED HELP !!!! PHP PEOPLE!!!! PLEASE HELP ME WITH SCRIPTING
My clan http://www.newworldsoldiers.com/

Last edited by day101; 10-16-2005 at 08:56 PM..
day101 is offline   Reply With Quote
Old 10-16-2005, 08:58 PM   PM User | #4
day101
New Coder

 
Join Date: Apr 2005
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
day101 is an unknown quantity at this point
ive got db on it as well
__________________
NEED HELP !!!! PHP PEOPLE!!!! PLEASE HELP ME WITH SCRIPTING
My clan http://www.newworldsoldiers.com/
day101 is offline   Reply With Quote
Old 10-17-2005, 04:09 AM   PM User | #5
vinyl-junkie
$object->toCD-R(LP);


 
vinyl-junkie's Avatar
 
Join Date: Jun 2003
Posts: 3,053
Thanks: 2
Thanked 22 Times in 22 Posts
vinyl-junkie is on a distinguished road
I use a PHP contact form on my site that was adapted from a free script on another site. Sadly, that script is no longer on that site. However, there's one here that you might find useful. The script that goes along with the article is available for download on the next to the last page of the article. Hopefully, this will be of some use to you.
__________________
Music Around The World - Collecting tips, trade
and want lists, album reviews, & more
SNAP to it!
vinyl-junkie is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:51 PM.


Advertisement
Log in to turn off these ads.