Hi
I need to implement search option in php page. I need the best method used to implement this feature.
I Followed the following steps to include search option. But i don't whether is best.
(i) In mysql database , each table contains a field 'keyword' ,'url'. Records relevant to the typed text is fetched and if it is clicked , the target url is fetched from the database and displayed. But it might be tedious for more data.
I need the best and actual method used to implement search option in a portal.
Thanks in advance
Somaskarthic
I need to implement search option in php page. I need the best method used to implement this feature.
I Followed the following steps to include search option. But i don't whether is best.
(i) In mysql database , each table contains a field 'keyword' ,'url'. Records relevant to the typed text is fetched and if it is clicked , the target url is fetched from the database and displayed. But it might be tedious for more data.
I need the best and actual method used to implement search option in a portal.
Thanks in advance
Somaskarthic
Comment