February 03 2013

PHP use curl post xml

Tagged Under :

php
Because I want integrate my web application with one of the famous payment gateway. But they didn’t provide any API and just give the documentation only.

So I write the code myself to communicate the payment gateway server.

February 01 2013

Yii PHPUnit CLI has stopped working

Tagged Under : ,

PHPUnit
Few day ago I install PHPUnit3.7 on my PC. and I follow phpunit.de instruction install on my PC.

So far everything working properly. But when I try run it on Yii, it pop out an alert message “CLI has stopped working”.