hi,
I am web master and i would like to make search page in which it will find information from my site and display. So Please tell me how to do that?
Regards.
seoserviceworld
hi,
I am web master and i would like to make search page in which it will find information from my site and display. So Please tell me how to do that?
Regards.
seoserviceworld
There are quite a few ways to accomplish your goal.
One way could be to have a cron'd job index all text into mysql then have a split | join function to store into the db.
Then when someone submits a search you could do a "like" statement from the database and return page results.
You could also do a system call to egrep (kind of ugly)
You could get a free search script for your site.
I would recommend coding your own for flexibility purposes.
I took your post as "ideas" and not so much asking for the code.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.