Re: [PHP-DB] Need Simple PHP mysql search engine script

2010-05-23 Thread Chris
On 24/05/10 16:01, nagendra prasad 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

Re: [PHP-DB] Need Simple PHP mysql search engine script

2010-05-23 Thread nagendra prasad
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

Re: [PHP-DB] Need Simple PHP mysql search engine script

2010-05-23 Thread Chaitanya Yanamadala
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

Re: [PHP-DB] Call two class object failed

2010-05-23 Thread Chris
On 24/05/10 11:55, win.a wrote: Hi my friend,i wrote two classed on is user,the other is db .The user have a property which from the db class object . When i writing my application have both class object invoked at the same time ,just like $user_a = new user($para); $db_a = new db() Then the p

[PHP-DB] Call two class object failed

2010-05-23 Thread win.a
Hi my friend,i wrote two classed on is user,the other is db .The user have a property which from the db class object . When i writing my application have both class object invoked at the same time ,just like $user_a = new user($para); $db_a = new db() Then the problem occurs only one of the clas

[PHP-DB] Need Simple PHP mysql search engine script

2010-05-23 Thread nagendra prasad
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.