GIDForums  

Go Back   GIDForums > Computer Programming Forums > MySQL / PHP Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 01-Oct-2002, 07:14
ash ash is offline
New Member
 
Join Date: Oct 2002
Posts: 6
ash is an unknown quantity at this point

Forms


How can I use forms in my website... I can't seem to figure out how to send the form as an email.... please advise
  #2  
Old 01-Oct-2002, 09:26
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
Code:
<form name="feedback" method="post" action="/processfeedback.php"> <input type="text" name="name" /> <input type="text" name="email" /> <textarea name="message" cols="50" rows="10"></textarea> <input type="submit" name="Submit" value="Submit"> </form>

if your webserver supports PHP, i can post the code that you will put in
Code:
processfeedback.php
to send the feedback to whichever email address you set it to.
  #3  
Old 02-Oct-2002, 03:03
ash ash is offline
New Member
 
Join Date: Oct 2002
Posts: 6
ash is an unknown quantity at this point
Thank you, I tried that script, but get the following messgae when I hit the submit button...

The page you are looking for cannot be displayed because the page address is incorrect.
  #4  
Old 02-Oct-2002, 03:07
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
ash, u need some kind of scripting going on to handle the form data, either php, perl, jsp, asp or even if u use fp server extensions; u should be able to do that.

u cannot just use HTML to handle data processing as far as i know
 
 

Recent GIDBlogProblems with the Navy (Chiefs) by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
passing parameters between forms eeschumann MySQL / PHP Forum 4 31-Oct-2003 01:12
Forms in multiple windows ukrspp21 MySQL / PHP Forum 0 02-Oct-2003 12:07
[class] Generate Forms Without Using HTML! Elmseeker PHP Code Library 6 11-Mar-2003 13:05

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 08:16.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.