Posted by diogo86 on 03/30/06 01:37
i agree that the script may not be genarating any output. you check it doing this: echo '<pre>'; print_r(file('http://www.mysite.com/transbar.php')); echo '</pre>'; it shows up the array you got from this request. however you won't be able to read the source once you're making a http request. and if you want the output as a string you should use file_get_contents().
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming