Posts Tagged ‘php’

Using PHP & Curl to call WCF Web Service

Apr 18, 2012

by

In: Development

, , ,

php-curl

Recently we had to call a WCF Web Service that takes XML via PHP. The simple way to do this is using CURL. (Note you have to have PHP-Curl installed) Here is the sample code.

PhpMyadmin #2002 Cannot Log In To MySQL Server

Oct 13, 2011

by

In: General

,

mysql-logos

If you get a “#2002 Cannog Log In to MySQL Server” error from PhpMyAdmin Try changing the “localhost” to “127.0.0.1″ in config.inc.php in the root directory