Hi I need to find a tutorial that will show me how to post credit card info from a php mysql website that I am building.
The credit card processor wants the data in a jason file so I need to learn how to encode the data to a jason file and then post it to their API.
the encoding is easy but there is no info on how to post the jason file to the API from my php file.
Can anyone point me in the right direction. This is first time I am not able to find a how to on the web.
Thanks Jon