hi, i want to scan through a html document, retrieved using file_get_contents() for keywords submitted by a form.
Which loop do i use and how do i count the words returned?
i also want to scan specific text in the html tags, ie. <title>, <metadescription> and <body>
cheers.