Browsing Category
Php
Integrate Simple Datepicker On Bootstrap Website
Here I am going to show you how to Integrate Simple Datepicker On Bootstrap Website with minimal code, For adding datepicker on your bootstrap based website you need to download and configure bootstrap-datepicker.js on your existing…
Email id Validator to verify email id is valid or fake?
The actual method is to send mail to given email id, If mail doesn’t bounce then we can assume that email is real.
But If we need to check multiple email id in single click then it is very hard to check one by one.
So I am going to show…
How to send email from localhost in php (XAMPP, WAMP, LAMP)
You may have face trouble sending email from your localhost server XAMPP, WAMP, LAMP. Because When you setup apache in local system it won’t by default setup for SMTP server . So if you want to send email from your localhost you must have…
Countries, States and Cities Dropdown Chain with database of world in PHP and Javascript
This time i am going to give you a very useful database that is countries, states and cities data of world in sql.
Every time when we plan to create a registration form then we stuck on one point that is how can we get list of all…
How To Get Started With Accelerated Mobile Pages (AMP)
Google’s Accelerated Mobile Pages (AMP) project is being launched today. Are you ready for it? In today’s column, I’ll give you an overview of the offering and show you how to get started with it.
What Is AMP?
This past October, Google …
Common MySql Interview Questions and Answers For Fresher + Experienced
In this post I have compiled some Common MySql Interview Questions and Answers For Fresher + Experienced Which mostly asked my interviewer during interview session, As you know MySql is highly popular relational database and good compatible…