PHP and the imdb

Drakkon

Diamond Member
Aug 14, 2001
8,401
1
0
Took on what i thoguht was going to be a simple project....The idea was to get a random movie from imdb.com and display the Title, date, genre, and runtime of that movie.
Did the research and found that wanted the movies between 1950 and 2002 which were related to numbers on the imdb site.
So now i can generate that random number and create the web address for the page to that movie but it will not for the life of it read the data off the page...either the file is not being found or my algorithm for reading in the data is screwy.

UPDATE its working!!!!

Code can be found here and if u take the .txt off it will run and u can see what it does (generate warnings or see what i get as errors as time goes on)
http://134.114.251.23/movie.php.txt
Please help and post me some ideas!!!