function aws_signed_request($region,$params,$public_key,$private_key,$associate_tag)
How do I pass variables from a form into the above function and how do I call the php file?
function aws_signed_request($region,$params,$public_key,$private_key,$associate_tag)
How do I pass variables from a form into the above function and how do I call the php file?