what is the faster way to read remote html file ? is it fopen or file_get_contents or something else ?
I use file_get_contents for all things like that. My menu's are read from a separate html file so I don't have to edit on every page =] works a treat