[thelist] Payment processing

kasimir-k kasimir.k.lists at gmail.com
Tue Oct 9 06:13:11 CDT 2007


Paul Bennett scribeva in 09/10/2007 2:03:
> * PHP hasn't been compiled with openssl support so fsockopen to https:// won't work

Would this be of any help: <http://php.net/ssh2>

> * curl is not installed on the shared server, so that fallback won't work

I didn't thoroughly check if this would work, but worth having a look: 
<http://framework.zend.com/manual/en/zend.http.html>

> I've looked at using JS solutions as a way to get communication to the payment server but:
> * js solutions have cross-domain scripting security issues as I'm trying to post to another domain
> * the provider uses XML not JSON and also require POST, so hacks like this (http://www.xml.com/lpt/a/1636) won't work

How about using the thing we used for ajax before there was ajax :-) The 
Iframe.

.k



More information about the thelist mailing list