Hi,

Friends In a real estate website I need to add search function and pass the search query( string ) using GET method. Like following search.php?forType=sell&propertyType=res014&propertyBy=kumar&.......&from=40&limit=20 My question is

In many websites I found that they are passing the same query as follows search.php?Id=545214&from=40&limit=20 Where they are saving that query ? Is in database. If there is in database then that will insert a new value in to database right ? Then If 1 lack searches comes in a day then database will exceed ... What is the right way to do this ?

Please give me a guidance to do this in right way.

Thanks
Rajeesh

i'm not sure what your question is but a query isn't saved , only parts of it are sent to the search.php page using the GET method (for example) which in turn are used to construct a database query and display the results of that query (search)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.