Case Insensitive Search with Swift, PHP and MySQL

In these 3 videos I am going to share how to implement case insensitive search with Swift, PHP and MySQL. I am going to use UISearchBar to let user type their search word and then send HTTP POST request to a server side PHP script which will connect to MySQL database and will perform SELECT SQL query. Found records will then be returned in a form of JSON document back to our Swift mobile app and be displayed in a UITableView.

Also, check out my new video course http://goo.gl/gTxpwH if you would like to learn how to implement essential features like User sign up, Sign in, Password reset, Email verification, Profile details update and more with Swift, PHP and MySQL.

Download Xcode project source code

Download PHP scripts source code