PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
doing a file_get_contents() or any other one of the file functions for that matter on a remote file makes an http request by your server. You will recieve whatever a browser would, not the page code that generated it.