php - Refine (filter) search results without URL change -


I am developing a travel website in php. Users can do searches to get rates for hotels in special places.

I have to find out that the most appropriate way to create filtering systems is

Users should be able to filter for example to see 5 start hotels with WiFi feature or 4 and 5 can start the hotel in a particular area.

Below is a working example

Any advice will be highly appreciated.

I would like to use JavaScript to sort or filter results I found a good luck

Edit: Alternatively, you can use an AJAX call to refresh the content of pages without redirecting.

Comments