I am new to PHP. Can someone help me figure out how to crawl single html page and print all the words in the source code of that page?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
this should print words with length > 3. Thanks to moteutsch for file_get_contents |
||||
|
Your question isn't very clear, but you would need to download the page (with either cURL or PHP's file functions) and process the file in some way. Here is a basic solution:
|
|||
|
|
<body>tags? And are HTML tags counted as part of "all the words"? – moteutsch Jun 9 '11 at 22:40