How to send information to a page that I do not control

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
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: How to send information to a page that I do not control

Post by pickle »

POST is secure as long as the connection over which you are POSTing is secure.

If you're interacting with a bank's payment system, they should have an API or at least some documentation about how to talk to them properly.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply