Showing posts from 2017Show all
Auto complete search with Ajax, jQuery, PHP and MYSQL

Today I came up with another tutorial based on jQuery and Ajax. Apart from them PHP and MYSQL also connected with this article. I'm going to create an autocomplete search box which displays available results in the database, matched with the word phrase we …

Check username availability in database using Ajax and Codeigniter

Today I'm going to do a small tutorial based on Ajax and Codeigniter. It's a kind of validation tutorial for username that we see always when we register in web sites. I think you have seen a real time validation for a entered username is included in many on…

Start your first Angular 4 Project

Recently I started learning Angular JS, it was very difficult for me to find some good detailed articles or beginner tutorials on Angular JS. I have to read from many different articles, books and tutorials. So I decided to put step by step help for beginners li…

Search data using CodeIgniter

This is another small tutorial based on CodeIgniter and Bootstrap done by me to give an idea of how to search records stored in database using CI. When we want retrieve a record filtered by a keyword, we have to use search function. Otherwise we have to search for …