Book Section

General Section

Other Sites

|
JavaScript Workshop Forums
View previous topic :: View next topic |
Author |
Message |
phil karras
Senior Member

Joined: 15 Jul 2002
Posts: 1697
Location: MD
|
Posted: Thu Feb 06, 2003 12:47 pm Post subject: HELP on Forms and posting values |
 |
|
A number of people have had problems with forms and posting field values to a server-side program.
If you would like to test your form you can use either post ot get method and send it to: http://cs.yrex.com/Hour9.php
as in:
<form action='http://cs.yrex.com/Hour9.php' method='POST'>
or
<form action='http://cs.yrex.com/Hour9.php' method='GET'>
You will get a display something like:
PHP Hour 9.6 Tests
POST method
Variable Value
txtAction Submit
user Phil K
one 123.056
two this is two.
three three=3
four This is value four.
txtName Beckie
txtEMail
txtComments Is this working yet?
btnSubmit Submit
GET method
Variable Value
On the site it's easier to read since the vars & values are in a table.
Hope that helps.
_________________
Phil K
Circle Software Consulting
Test website: http://cs.yrex.com/
Guidelines for Posting: http://jsworkshop.com/posting.html
IHBAAA = It Has Been Asked And Answered
KISS: http://jsworkshop.com/bb/viewtopic.php?t=508 |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group
|
(c) 1997-2002 Starling Technologies and Michael Moncur. Portions (c) Sams Publishing. |
|
|