This is probably some really basic operation, but how do I view the source
of a web page using a php script.
For example I want to have a variable, say
$url = "www.google.com ";
Then I want to echo its source code, so that I have a page showing:
<html>
<head><title>Wh atever</title></head>
<body>
..
..
</body>
</html>
Thanks
of a web page using a php script.
For example I want to have a variable, say
$url = "www.google.com ";
Then I want to echo its source code, so that I have a page showing:
<html>
<head><title>Wh atever</title></head>
<body>
..
..
</body>
</html>
Thanks
Comment