Simple search with PHP, jQuery and MySQL
Today I am going to show you how to implement a simple search from one database table, using PHP and jQuery. Everything will be done without page refresh using jQuery AJAX. So let’s get searchable.
Today I am going to show you how to implement a simple search from one database table, using PHP and jQuery. Everything will be done without page refresh using jQuery AJAX. So let’s get searchable.
Great ongoing project to make open standard for subtitling videos on the web making it easy and doing it in teams. The project is featured on Mozzila Drumbeat page and you can even join the Design challenge for Collaborative subtitling.
You built your site and everything is working fine, but when there is a lot of users on the site, your database becomes a bottleneck. I will show you how to deal with it using simple file cache system for your database results.
You have a great resultset taken from database, it has some datetime fields, and you want to format it differently then MySQL presented it? Here is a small trick.
Comments