Good Morning to all, The MySQL server is widely used in the open source world, whether it’s for the financial data of SMBs or mission-critical ERP system.. This is due to its great performance and compatibility. However, it is also plagued with security challenges, just like any open source database …
Read More »Monthly Archives: January 2017
Dynamic Drop down menu – Angular JS
In this article, explain how to use select box using angular js in php or html page. AngularJS is a javascript framework. To implement this application, first include jquery files like <script src=”https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js”></script> Table Of Content HTML Javascript The HTML and Angular JS helps to perform dropdown menu. We can …
Read More »