hi:
i am currently working to implement a credit card processing script using Authorize.net and Advanced Implementation Method (AIM).
The AIM protocol responds to a secure transaction POST with a delimited (and possibly encapsulated) text file.
How would you post to HTTPS in PHP and parse the result while hiding it from the user?