|
-
Sep 8th, 2004, 10:06 PM
#1
Thread Starter
Member
Form question
Hi all. I have a quick question. Im writing a form for a transfer domain script that is used on the other end. And i need to write a form to pass everything over to the next page but i kind of dont know how to do it, should be easy though right? This would be the way it would need to be passed over:
The UID and PW are already set, but i guess i can put them into un visible input fields, and just pass it once i know how to do that. Theres alot of stuff to be passed, and id like to pass it in a specific order (the order of the form?). Could someone save me and please tell me how to get this done? THANKS in advance!
-
Sep 9th, 2004, 04:47 PM
#2
Stuck in the 80s
It'd just be a simple form using GET:
Code:
<form action="yourpage.php" method="GET">
<!-- your form fields -->
</form>
-
Sep 9th, 2004, 07:25 PM
#3
Thread Starter
Member
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
|