Results 1 to 3 of 3

Thread: Form question

  1. #1

    Thread Starter
    Member Menekali's Avatar
    Join Date
    Oct 2003
    Posts
    55

    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!

  2. #2
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    It'd just be a simple form using GET:

    Code:
    <form action="yourpage.php" method="GET">
        <!-- your form fields -->
    </form>
    My evil laugh has a squeak in it.

    kristopherwilson.com

  3. #3

    Thread Starter
    Member Menekali's Avatar
    Join Date
    Oct 2003
    Posts
    55
    Thanks bro

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width