- Jquery
Multi Step Form with Progress Bar Using jQuery
Now a days multi step form is more popular than regular form , as it is more user friendly rather…
Read More » - Codeigniter
Codeigniter – Autocomplete Search using Typeahead
In this post , I will explain how to implement dynamic autocomplete search using typeahead in codeigniter application. we will…
Read More » - Codeigniter
Codeigniter – add/remove multiple input fields dynamically with jquery
In this post we will learn how to add and remove multiple input fileds dynamically with jquery and submit to…
Read More » - PHP
Export Mysql Data To Excel Using PHP
In this post we will learn how to export mysql data into excel using PHP. There are many uses of…
Read More » - PHP
Pagination Example In PHP And Mysql
In this post we will learn pagination example in PHP and MySQL. Pagination is very useful in case of huge…
Read More » - PHP
Login & Registration Example In PHP & PostgreSql
In this Post we will learn Login and Registration Example in PHP and PostgreSQL. Step1 -> Create registration page register.php.…
Read More » - PHP
How To Install Laravel On Windows With Xampp
In this post we will learn how to install laravel on windows with xampp. Requirements PHP >= 5.5.9OpenSSL PHP ExtensionPDO…
Read More » - PHP
Some Important And Useful Array Function In PHP.
An array play an important role in web developemnt. Inbulit array function makes web development very easy. PHP has many…
Read More » - Codeigniter
Codeigniter Form Validation
Validation is an important part of any web application.It ensure that the data we are getting is as per our…
Read More » - JavaScript
AutoComplete Example In Jquery
<!DOCTYPE html> <html lang="en"> <head> <title>JQUERY AutoComplete Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css"> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script> <script…
Read More »