Re: [PHP] Vars in URL

2003-02-08 Thread Justin French
on 06/02/03 10:03 AM, Shawn McKenzie ([EMAIL PROTECTED]) wrote: > I am trying to do something simple to sell items with paypal. One of the > options paypal has is a return url, so that after the buyer pays via the > paypal website they are forwarded to the return url (my site) so they can > acces

Re: [PHP] Vars in URL

2003-02-05 Thread Shawn McKenzie
O.K. I found this at php.net but it doesn't seem to bring up the paypal page. I guess I am trying to simulate a form POST using headers. Any ideas??? $paypal_vars is an array of the vars and values that paypal needs. foreach($paypal_vars as $key => $value) { $value = urlencode(stripslashes

Re: [PHP] Vars in URL

2003-02-05 Thread Shawn McKenzie
I am trying to do something simple to sell items with paypal. One of the options paypal has is a return url, so that after the buyer pays via the paypal website they are forwarded to the return url (my site) so they can access some info.. The problem is that the form on my site that collects info

Re: [PHP] Vars in URL

2003-02-05 Thread Chris Shiflett
--- 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 p