Hi there,
I'm actualy working on an internal search engine for my website, and i have a problem creating the keywords database from my pages. Is there an issue to make it automatic ? such as google robot that scan your headers and so on ...
Hi!
Is your pages in straight html, then? Depending on how the keywords is displayed in the html, you could use strip_tags() and explode() to create an array of the words.
knutm
thanks wanna try this way as soon as possible 😉