Browsing Category
MySql
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…
Fastest way to import big CSV file into MySql using MySql CLI
In this post I am going to share Fastest way to import big CSV file into MySql using MySql CLI. You may have downloaded product feed or any other report from other sources, But the file size you have downloaded approx 2GB with 5 million…
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…