Page 1 of 1

Get file not working

Posted: Mon Sep 22, 2008 2:08 pm
by SolidSolutions
<?php
echo file_get_contents("http://commentingforlinks.com/reviews/95457755.txt");
?>

that code is inside this page:
http://ebiz-made-easy.com/index.php

The text file is simply html code which should essentially display a table near the bottom of the page, but it is not.

Any ideas?
Thanks,
Dan

Re: Get file not working

Posted: Mon Sep 22, 2008 2:09 pm
by jaoudestudios
If it is a remote file just use file not file_get_contents