Blog



JQuery EasyAutoComplete - Create Input Search Form With Auto Complete Suggestion

JQuery EasyAutoComplete - Create Input Search Form With Auto Complete Suggestion

15-04-2018

Easy-Autocomplete is a Jquery Library that facilitates making an input form with autocomplete suggestions. So, using Jquery easy autocomplete library, we can make input form with autocomplete feature easily.


SQL Inner Join - Fetch Data From Two Tables in Single Query With Example

SQL Inner Join - Fetch Data From Two Tables in Single Query With Example

25-02-2018

SQL INNER JOIN joins two tables based on common column values


Upload CSV File and Insert Records in Database Table Using PHP and MySQL

Upload CSV File and Insert Records in Database Table Using PHP and MySQL

10-01-2018

Import CSV File into MySQL Database Table using PHP. This is very easy in PHP, we can give an upload interface from where the user will upload the CSV file and we can read Records from the CSV file and then we can insert the records one by one into Table.


SEO Friendly HTML Head Meta Tags

SEO Friendly HTML Head Meta Tags

22-12-2017

All Meta Tags of HTML files are placed into the HEAD tag. Meta tags contain information about the page. Some meta tags play a very important role for SEO purposes and all we are going to see here.