--- Shawn McKenzie <[EMAIL PROTECTED]> wrote: > I want to pass vars to another site but I don't want > to use a form. How can I pass these vars to another > site without the vars being shown in the URL.
That question is far too vague in terms of who needs to be passing data where. If you want to pass data to a Web server, and you do not want to use URL variables, then your only options are POST and cookies. If you are speaking about a user of your Web site who needs to be sending data to a Web server, and you do not want them to use URL variables or submit an HTML form, then cookies are your only option. Perhaps you can elaborate on what you are trying to accomplish? Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php