From: nagendra prasad on
Hi All,

I need a simple PHP mysql search engine script. I know their are lots of
scripts available on the net, but I need a script which is tested by you or
any experts. Please help me.

Best,
Guru.
From: Chaitanya Yanamadala on
most of the users use this for the search engine..
http://www.sphider.eu/


Chaitanya

"A man can get discouraged many times but he is not a failure until he stops
trying..."

"The difference between 'involvement' and 'commitment' is like an
eggs-and-ham breakfast: the chicken was 'involved' - the pig was
'committed'."



On Sun, May 23, 2010 at 11:54 PM, nagendra prasad
<nagendra802000(a)gmail.com>wrote:

> Hi All,
>
> I need a simple PHP mysql search engine script. I know their are lots of
> scripts available on the net, but I need a script which is tested by you or
> any experts. Please help me.
>
> Best,
> Guru.
>
From: nagendra prasad on
Hi Chaitanya,

I have used the below script but its not meeting my requirements. What I
need is that I have a database in which their are names which I wanted to
use as keywords. I want to search with only one variable called Names. the
other stuff will come along with it. Please help me if anyone knows a good
script for it.

PS: I have tried my own script and a number of scripts available on the net
but it didn't worked as per my requirements.

Best,
Guru.
From: Bill Mudry on
At 02:01 AM 24/05/2010, you wrote:
>Hi Chaitanya,
>
>I have used the below script but its not meeting my requirements. What I
>need is that I have a database in which their are names which I wanted to
>use as keywords. I want to search with only one variable called Names. the
>other stuff will come along with it. Please help me if anyone knows a good
>script for it.
>
>PS: I have tried my own script and a number of scripts available on the net
>but it didn't worked as per my requirements.
>
>Best,
>Guru.

I have a similar requirement. The site I am working on is totally dynamic,
even the HTML statements, so search engines that search only text in
web pages will not work. Right now you can look at data only if you
know the botanical name and there is no real search engine.

I hope to eventually be able to allow users to search by common names,
countries of origin and other fields in at least one MySQL table and
perhaps multiple tables.

I will be interested in what comments follow from others. I have looked at
various packages on the net but have been working on other aspects of
building the site for now. Some of the setup procedures look fairly complex.

Bill Mudry


From: Niel Archer on
> Hi Chaitanya,
>
> I have used the below script but its not meeting my requirements. What I
> need is that I have a database in which their are names which I wanted to
> use as keywords. I want to search with only one variable called Names. the
> other stuff will come along with it. Please help me if anyone knows a good
> script for it.

As this is database related, you would likely get more replies asking
in the database list: php-db(a)lists.php.net

> PS: I have tried my own script and a number of scripts available on the net
> but it didn't worked as per my requirements.
>
> Best,
> Guru.

--
Niel Archer