|
Posted by Kim on 09/29/05 01:49
Hello
I'm creating a simple HTML order form that is emailed to the seller using a
PHP script. The form is submitted using: <form name="orderform" id="form"
method="post" action="/scripts/order.php"> and <input type="submit"
name="submit" value="Submit Order">. I can have a URL destination after
submission. I can also scrap my old PHP script.
I'm struggling with how I can pass values of the transaction, Seller PayPal
account name, Amount, Description, etc., directly to PayPal, after my
script emails the order. Is this possible?
Does anyone know of a script that can be used to accomplish this? I just
realized that my method of passing values from one form to another won't
work when submitted to script, with one Submit button...
Thanks
Navigation:
[Reply to this message]
|