|
& vs & in URL
|
dweaton
|
Jul 28, 2005 09:50 PDT
|
I'm using FB4.
I send several name/value pairs to PayPal, separating each with &. I expect PayPal to return them with the Return To Merchant function - which they do. However Paypal changes the & to &. This causes my update query to fail.
A returned URL string looks like the following:
http://www.bestservice.com/index.cfm?fa=c_orders.update&subscriber_ID=123&orderAmount=60.00
I'm still investigating whether I can get PayPal to stop converting them, but in the meanwhile I thought I'd ask if there's a way within FB to capture the url sting and change the & to & before it hits the query.
David
|
|
 |
|