alright here's the situation..
i add movie info and cast&crew to my site.. so i usually have to visit a number of sites and check for any new movie the i might have skipped the notice..
and here's the idea..
I was wondering if i could get the content of a bunch of pages with static url.. (maybe home-pages) of other sites with file_get_contents and use preg match to get the value of some div with any id.. which would include the movie names.. and i could use explode them and look if any one of them does not exist in my database..
i wasnt even sure if this is a legal or its even possible.. coding is something i could do myself.. but i mean no harm.. i just want to avoid going every site individually, every day.. how does that sound?