|
-
Sep 1st, 2000, 01:59 PM
#1
Thread Starter
New Member
If want the information that is in a form to go into the querystring you have to set the form method to 'get'. When you are using the the 'post' method you retrieve the information using:
request.form("fieldname")
Where the fieldname is the name you assigned to the control on the form. It is usaully advisable to use the post method if you can when sending information to a database, since a querystring is limited in size. And use the query string when you want to pass variable used for retrieving information etc.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|