Forum Moderators: coopster
i am not able to capture in PHP, please help, just started learning PHP,
i want to know how to capture the same URL.
thanks
$capturedhtml = file_get_contents('http://www.example.com'); echo htmlspecialchars($capturedhtml);