Jump to content

[SOLVED] reposting data


M.O.S. Studios

Recommended Posts

Hey guys here is my question,

 

im using paypal and the way you send them information about a purches is via tables with post data with their website as the "action" value post data.

 

so for example a product thats 20.00$ will look like this (dumbed down)

 

<form method="post"  action="paypalweberver">

<input type="hidden" name="cost" value="20.00">

<input type="submit" name="buy it now" value="">

</form>

 

basicly what i want to do is but that in a php script and have a link activate it.

 

the purpose of this is to pervent some one from opening the script and submiting it with there own values.

 

any one know how to do this?

 

Link to comment
https://forums.phpfreaks.com/topic/120307-solved-reposting-data/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.