In this tutorial, we will see how to create search filter in PHP. Here I have created an E-commerce website product search filters like Flipkart and Amazon search filter functionality using PHP,MySQLi and ajax. The output result will get without refresh the page. Follow this simple code create eCommerce site search filter.
Showing posts with label Mysqli. Show all posts
Showing posts with label Mysqli. Show all posts
25 August, 2015
18 August, 2015
Convert PHP data to JSON API url
Today I have discussed Convert PHP result array to JSON API URL. JSON is a lightweight data-interchange format. The current trend to develop the app and web app server side exchanging data between their servers XML or JSON format. JSON is the easiest way to translate a JavaScript object into a PHP associative array.
23 July, 2015
02 March, 2015
Ajax add,view and delete using mysqli
Today i have posted ajax add,view and delete using mysqli. Here i am using php and mysqli to Html form attribute data post database without page refresh. Ajax to convert data in to asynchronous to post and get data response without refresh whole page in website. not only add and delete nowadays everyone using ajax because it's make better user interface in website.