Would you, please, tell me what command (or a combination of those) in PHP would check a web-page by its URL and possibly download its code (HTML) into a variable?
Well, I was suggested to use Goggle App Engines for this here, but I am also quite q curious about how much of that task can PHP perform.
Would you, please, tell me what command (or a combination of those) in PHP
Share
Hello
First Visit this webpage file-get-contents.
If you think the above is to complex use a library
PHP Simple HTML DOM Parser download here PHP Simple HTML DOM Parser
And Finaly here is the code