PHP & MySQL

Almost every single mobile app needs a “bankend server” which it can use to perform a more complex business logic or to store user data in a database. In these few videos I am going to share with you how to set up a very simple mobile app backend server which will consist of a small Linux server…

Read More Setting Up Our Own Mobile App Backend Server on Amazon EC2

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…

Read More Case Insensitive Search with Swift, PHP and MySQL

For the past couple of weeks I was working on a new video course which explains how to implement User Sign in, Sign up, Sign out, Email verification, Forgot password, Profile image upload and more with Swift, PHP and MySQL. The new video course is now being uploaded to Udemy and once it is approved I…

Read More Email Verification Feature with Swift, PHP and MySQL