I'm looking for a way to fetch an html document from another server, then find the data I want in that file, and display it.
I've done this with ASP, how can this be done with PHP, which functions should I look into?
Look for fsockopen() in the PHP manual or at www.zend.com