I can open many urls with php and parse out the info I need, but not the ones on this domain (www.bobmoore.c om). I have tried many different ways of getting into it (fsockopen, curl, ...) with no luck. I normally grab the entire pages contents before parsing them but here is the most simplistic example of what I am trying to do and what the results are.

This one works with www.google.com
<?php
$in_url_stream = fopen("http://www.google.com" ,...