i tried using curl...but for some reason , it's not working
i need to grab a remote html file...and then get a section (between <table> and </table>) of it. what is the best way to get the html and read it into a string so i can do this?
just use file()
duh, thanks...works great