I want to get information from a user in a html form. When they click the "Submit" button, is there a way I can pass the values they entered as variables to a php script thruough the URL?
Thanks

    Use the GET method instead of POST. That should do it.

    Do you like having messy URL's or are you like me and think that's how hotmail.com dos it, so I want to as well!!?

    Cheers
    Russ

      Thanks Russ.
      That's what I needed.

        Write a Reply...