Hey All- Just built a cart, and I want to connect it to Authorize.net with cURL and I am able to do that fine. The problem is, it takes a while to process the transaction. Sometimes the user's browser just sits there for 5, 10 or even 30 seconds before the page finishes processing and they are taken to their confirmation receipt. I was wondering if anyone had any similar experiences with Authorize.net or would know how to speed this process WAY up. Its just too darn slow.
It seems that my web server takes forever to process the transactions which make it look like the page is timing out to the user. I have a fast server, at a great hosting facility. Does anyone have any examples of really fast authorize.net code? Here is how my code works: 1. user enters payment info 2. hit sumbit and goes to payment processing page 3. pages sends transaction to authorize.net 4. user is redirected to receipt page using header(Location) upon success otherwise back to payment page upon failure. I am using an Authorize.net class off zend.com for the processing, you'll find I submitted an updated version to them a few months ago. Does anyone have a better way of doing this? or have any suggestion for "the best" speed related solution? Thanks!! Matt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php