Author: gluke
Email: [EMAIL PROTECTED]
Message:
> So, my question: do I need to use the php frontend? Does it give any extra features 
>compared to the cgi version?
> 

The PHP itself gives you an extra features. 
So you can easily modify frontend to suit your requirements.

> Another question: can I somehow 'cascade' the search.cgi in a way that I can use php 
>code inside search.htm? 

No.

> As I have understand, it is not possible by default, even if I use the php frontend. 
>Please correct me if I am wrong.

If you are using php frontend then you have two choices:
1. modify php frontend with your code
2. use php frontend as include script in your script, for example:
you can write you own PHP script which is doing what you need, and
write
include('search.php'); 
in the place wher you need your search form and search results. So you
can use all php power in your code.

Reply: <http://www.mnogosearch.org/board/message.php?id=4278>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to