PHP - Problem using file_get_contents
        Posted  
        
            by shyam
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by shyam
        
        
        
        Published on 2010-04-06T07:23:25Z
        Indexed on 
            2010/04/06
            10:13 UTC
        
        
        Read the original article
        Hit count: 227
        
I have a problem while using the file_get_contents function. I am using it to get a response from a different web server, but it's not returning anything (shown as empty string using var_dump). Also, the problem is only while calling this specific server, because I got result when I used Google's address; and it's working fine in my local machine. I've tried cUrl too - but same result.
© Stack Overflow or respective owner