<form>
<!--- paypal form --->
</form>
How to send data thru paypal when submitting?
For example:
Upon submitting the form with an #ID value of "12345" and after paying successfully.
It will return back to my site ThankYou.php
Question: how will I get the value 12345? or can I use
//ThankYou.php
<?php
echo $_REQUEST["#ID"];
?>
Thanks in advance!!