SyntaxFix
Write A Post
Hire A Developer
Questions
Check out the PHP cURL functions. They should do what you want.
Or if you just want a simple URL GET then:
$lines = file('http://www.example.com/');