I’m designing a Order Site using PHP & Mysql. In the final stage the user is given Paypal buttons to pay for the Orders he has made. So, the Item Name, Value are variables.
These values being variables, I cannot use an encrypted button from Paypal. I’ll have to use either a non-encrypted button or encrypt it before showing it to the user.
I wish to encrypt it for security reasons. I would like to know how to do it on my server.
maybe you could try putting those variables in a temporary table with a unique id. then use that id for the buttons. querying the variables from the table whenever the customer clicks the paypal buttons. I just hope i understood your statement right xD