-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am recieving an error:
Notice: Undefined variable: content in C:\wamp\www\includes\imdbgrabber.php on line 17
When using this code:
<?php
//url
$url = 'http://www.imdb.com/title/tt0367882/';
//get the page content
$imdb_content = get_data($url);
//parse for product name
$name = get_match('/<title>(…
>>> More
-
as seen on How to geek
- Search for 'How to geek'
If you’re interested in the history of microprocessors, the CPU DB at Stanford is a massive database of microprocessors that covers everything from code names to speed to processor families. Play with their visuals or download the entire database and make your own. CPU DB [Stanford.edu] …
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
movie id tt0438097 can be found at http://www.imdb.com/title/tt0438097/
What's the url for its poster image?
>>> More
-
as seen on Super User
- Search for 'Super User'
Hi
I have a list of movies in a text file. I would like some way to automatically obtain the imdb movie hyperlinks for each item in my list. Is this possible??
Thanks
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've wanted to make a C# library to scrape movie information and return it to the application, but someone told me that it's against the TOS.
RottenTomatoes seems to have no problems with it from what I've read on their licensing page, but I'm not quite sure.
Where could I aquire movie information…
>>> More