Browsing Category
MySql
How to search for exact matched word using MySql Query
Today In this post We’ll discuss about How to search for exact matched word using MySql Query, Yesterday I face issue which i am going to tell you, I need to fetch data from database with exact matched keyword input by user, You must have…
How to import / restore MySql tables using PHP
If you want to import mysql tables on run time of php application then here I am going to show you how you can easily restore mysql tables using PHP. Generally you use to import mysql database from PHPMyAdmin, It is one of the easiest…
Play Youtube or Vimeo Videos On Popup – Modal Video Library
In this tutorial I am going to share awesome jQuery plugin which help you to add Youtube / Vimeo videos on popup modal. just few configuration your can simply add videos player on any HTML link when ever your visitor will click on that link…
How to add and subtract day, month, year in date through MySql Query
MySql offer two quick function to add and subtract date through MySql query, you can directly add or subtract day, month, year on any given date using your MySql query. In below example I’ll show you how to add/subtract x number of days,…
jQuery Full Calendar Integration with Bootstrap, PHP & MySQL
Recently I have used this plugin in an application and faced some issues to integrate it with bootstrap so I don’t want my readers to waste time in integration in this tutorial you will get a fullcalendar working with bootstrap, PHP & …
Dental Clinic Management System Using VB.NET and SQL Server 2008
Clinic is a place where the doctors treat their patients for the disease that they are suffering from. Some clinics will be having only one doctor or sometimes more than one. There are things like storing of patients details, medicines…
Create Facebook Like Website with Jquery, MySQL and PHP.
acebook like system is one of the best implementation in social network systems, may be in future based on like data Facebook going to launch semantic search engine. In this post I have explained how to implement like/unlike system database…
How to hack a wordpress site using sql injection
First of all, my intention is not to teach someone how to hack sites of others and destroy others hard work. This is a guide for WordPress Developers, who is a newbie in coding or are not aware of the vulnerabilities that might be…
PayPal Express Checkout with PHP and MySQL
Most of the people prefer to shop online which made eCommerce to grow rapidly. But, what makes an excellent eCommerce site for the customers? The answer is - an excellent checkout process. There are several different payment options…
Find 2nd highest salary best possible ways in mysql and PHP
This question mostly ask at the time of interview from the candidates who are freshers or 1 year experience. Even this question asked from me may times when i was comer in web development field.
So i am going to show you some possible…