views:

68

answers:

2

The code attempts to grab a test page for example Yahoo.com in this case. I am outputting the var_dump

http://jinimatics.com/test.php (this works)

http://jinimetrix.com/test.php (this does not)

(Curl is installed on both servers along with fairy recent Lamp Stack)

A: 

check your server settings with phpinfo();

then you can change settings in php.ini

pop850
A: 

Try to compare whats installed and version differences.

brant
Server API is CGI in one and "Apache 2.0 handler" in another.
jini