Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jul 13th, 2004, 1:00 AM   #1
TerraNerd
Programmer
 
TerraNerd's Avatar
 
Join Date: Jul 2004
Location: Vermont, USA
Posts: 65
Rep Power: 5 TerraNerd is on a distinguished road
Send a message via AIM to TerraNerd
Whats wrong with my coding?

Unknown.html:
<html> 
<head><title>Asking for information</title></head> 
<body> 
<form method="post" action="unknown.asp"> 
Your name: <input type="text" name="YourName" size="20"><BR> 
Your email: <input type="text" name="YourEmail" size="15"><BR> 
<input type="Submit" value="Submit"> 
</form> 
</body> 
</html>

Unknown.asp:
<html> 
<head><title>Responding to a form</title></head> 
<body> 
Your name is <% =Request.Form("YourName") %> <BR> 
Your email is <% =Request.Form("YourEmail") %> 
</body> 
</html>

when i press the submit, it shows the Your name is, then Your email is, but it doesnt show what i requested it to, it doesnt show anything after that
__________________
[See a gallery of my Graphic art Here.][Visit my website Here]
TerraNerd is offline   Reply With Quote
Old Jul 13th, 2004, 6:37 AM   #2
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Is this once you've uploaded it to the server? ASP is a server-side language, so it has to be on a server (either local or remote) for it to work. I don't know much about it, but with PHP you have to either upload it to a server with PHP installed, or install Apache and PHP on your PC and view the pages by typing "localhost" into your Address bar.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Jul 13th, 2004, 5:17 PM   #3
TerraNerd
Programmer
 
TerraNerd's Avatar
 
Join Date: Jul 2004
Location: Vermont, USA
Posts: 65
Rep Power: 5 TerraNerd is on a distinguished road
Send a message via AIM to TerraNerd
Quote:
ASP is a server-side language, so it has to be on a server (either local or remote) for it to work.
theres my problem
__________________
[See a gallery of my Graphic art Here.][Visit my website Here]
TerraNerd is offline   Reply With Quote
Old Jul 13th, 2004, 5:24 PM   #4
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Heh. If you have a book on the language, it should have told you this already.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Jul 13th, 2004, 5:30 PM   #5
TerraNerd
Programmer
 
TerraNerd's Avatar
 
Join Date: Jul 2004
Location: Vermont, USA
Posts: 65
Rep Power: 5 TerraNerd is on a distinguished road
Send a message via AIM to TerraNerd
sorry, im not hardcore nerd, dont have a book
__________________
[See a gallery of my Graphic art Here.][Visit my website Here]
TerraNerd is offline   Reply With Quote
Old Jul 13th, 2004, 7:40 PM   #6
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Get one. It's the best way to learn a language (besides taking a course). Or you could struggle. It's your choice
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Jul 14th, 2004, 12:34 AM   #7
TerraNerd
Programmer
 
TerraNerd's Avatar
 
Join Date: Jul 2004
Location: Vermont, USA
Posts: 65
Rep Power: 5 TerraNerd is on a distinguished road
Send a message via AIM to TerraNerd
where do i aquire one of these new-fangled books?


hell, ill give hardcore a shot
__________________
[See a gallery of my Graphic art Here.][Visit my website Here]
TerraNerd is offline   Reply With Quote
Old Jul 14th, 2004, 12:34 AM   #8
Mjordan2nd
The Supreme Ruler
 
Join Date: May 2004
Location: Houston
Posts: 1,476
Rep Power: 6 Mjordan2nd is on a distinguished road
Check out amazon.com, or your local barnes and nobels.
__________________
&quot;Every gun that is made, every warship launched, every rocket signifies, in the final sense, a theft from those who hunger and are not fed, from those who are cold and are not clothed. The world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children.&quot; - Dwight D. Eisenhower
Mjordan2nd is offline   Reply With Quote
Old Jul 17th, 2004, 10:37 AM   #9
TerraNerd
Programmer
 
TerraNerd's Avatar
 
Join Date: Jul 2004
Location: Vermont, USA
Posts: 65
Rep Power: 5 TerraNerd is on a distinguished road
Send a message via AIM to TerraNerd
ohh! ohh! ohh! i have a $30 gift certificate for amazon.com!!


will it be that much? :huh: *goes and checks only to report back*

I want to learn PHP over all, and i found this book,

http://www.amazon.com/exec/obidos/tg/detai...=glance&s=books


a good buy?
__________________
[See a gallery of my Graphic art Here.][Visit my website Here]
TerraNerd is offline   Reply With Quote
Old Jul 27th, 2004, 6:12 AM   #10
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Take a look at PHP & MySQL Web Development - an excellent book.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:38 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC