Client-Side V.S. Server-Side Searching?
Posted
by
user70278
on Programmers
See other posts from Programmers
or by user70278
Published on 2012-10-29T14:39:47Z
Indexed on
2012/10/29
17:21 UTC
Read the original article
Hit count: 222
I am currently helping to design a web site and application in HTML. We would like the user to be able to search the site/app for desired content via a search bar. We would also like to include an advanced search ability to allow for different search options and more concentrated searches.
We are having trouble deciding whether to program the search function on the Client-Side (with JavaScript) or on the Server-Side (with PHP). What are the pros and cons of both and what would you recommend?
© Programmers or respective owner