How to read the the source of http://www.youtube.com
This is NOT working!
<?php
$fh = fopen("http://www.youtube.com/", "r");
while(!feof($fh))
{
$output = htmlspecialchars(fgets($fh, 1024));
echo ("$output<br />");
}
fclose($fh);
?>
Read the source of YouTube
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: Read the source of YouTube
Duplicate. Locked.
And what the heck? I'm already helping you in the other thread..
And what the heck? I'm already helping you in the other thread..