Hmm,
okay my plan:
- as Input we need the Searchstring (one or two words in Quotas " ") and all other parameter are from config.php
- Ouput: a temp-file named "field_ID.XML" with unique ID in folder \text_content which is auto delete at next session
XML-Formated Template:
PHP Code:
<phpdig:results>
<phpdig: page_link/>
<phpdig:text/>
etc.
</phpdig:results>
OR if empty
PHP Code:
<phpdig:result_message/>
<phpdig:ignore_message/>
<phpdig:ignore_commess/>
I think thats it and we have a feed like RSS:
http://www.php.net/news.rss
-Roland-