Question : PayPal PDT custom variable

Hi Experts,

I'm currently implementing PayPal payment into a website , and everything is working fine, including me sending and receiving a custom variable.

e.g


My question is... Does anyone know how I can send more than one variable?

I have tried adding


to my form but the variable doesn't come through.

Thanks in advance,

Mark

Answer : PayPal PDT custom variable

Yes, although your syntax looks wrong, too many <'s

Try this:



Are you using php to process it?  If so, you can just explode() on the & and have both values easily.  Make sure, of course, that the & or whatever delimiter you use cannot occur in the two CustomVar values.

Random Solutions  
 
programming4us programming4us