Posting from a script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Zoram
Forum Contributor
Posts: 166
Joined: Sun Aug 18, 2002 3:28 pm
Location: Utah
Contact:

Posting from a script

Post by Zoram »

I am trying to make a checkout script for a website and was trying to figure out a way to make it so that the script automatically setup the variables that i need to send to the paypal... but i don't want the user to have access to the code so that they can't change the prices before it is sent to paypal... am i thinking about this right? or is there a better way to assure that the price / product is the same once submitted to paypal?

Thanks!
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

Post Reply