October 26, 200520 yr Is it possible to store some web pages whose addresses are mentioned before in an order.I mean if i enter some 100 web addresses before i want the PHP script to store them in a database automatically by visiting the site.Pls help me and tell me the function or script
November 2, 200520 yr Well you could use the function file_get_contents() and pass it a url and get the html in a string. Then you could save the string in a database. The only problem is it wouldn't download the pictures, but you could make a script that parses the html and finds the <img> tags and gets the images based on that.Mark
November 15, 200520 yr Stealing content from other sites is immoral, let's just get that out of the way. I'm trying to give you the benefit of the doubt but I've read your other posts and it sounds like it's pretty clear that you want to start a new site and steal content from other similar sites.. tsk tsk, smells like a thief.
Create an account or sign in to comment