472,145 Members | 1,555 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,145 software developers and data experts.

search engine

114 100+
hello experts, i wanna know how do we create a search engine for your own database driven website. I wanna search the "ENTIRE MYSQL DATABASE" for any result matching the search text. Which means not only one or two tables. Plus i think this will certainly danger security because the tables include the table for storing username and password also. So, i wanna know the standard method followed.
Oct 3 '08 #1
1 1404
snester
12
You can do this by using SQL statements to query your databases. You can specify the columns you wish to return and thus reducing secuirty issues.

Check out: http://www.w3schools.com/sql/default.asp
Oct 6 '08 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

8 posts views Thread by Rod | last post: by
reply views Thread by R. Rajesh Jeba Anbiah | last post: by
11 posts views Thread by Petre Huile | last post: by
5 posts views Thread by George | last post: by
5 posts views Thread by Sam | last post: by
64 posts views Thread by Manfred Kooistra | last post: by
3 posts views Thread by hazly | last post: by
4 posts views Thread by MDW | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.