Topic: passing picture name to paypal
I am trying to add a payment screen in all my galleries by modifying the <caption> tag.
<caption><![CDATA[<a href="test.html/?picname=barstools">To buy this image, click here.</a>]]></caption>
The receiving page does not get the stuff after the / (?picname=barstools) passed to it for some reason. Can you please tell me how I can pass the name of the picture to the payment screen (in this case called test.html)
Thanks
Siep