jQuery Ajax Example Using PHP

Ajax-Request-Example-using-PHP

This tutorial help to create AJAX call with PHP and JavaScript. jQuery provide $.ajax() function used to get response from script through asynchronous/synchronous manner. AJAX stands for Asynchronous JavaScript and XML, and it allows you to fetch content from the back-end server asynchronously, without a page refresh.  It’s provide dynamic data loading using backend script. […]

Continue reading


Encryption and Decryption using Crypto-js in Angularjs and Vector

This quick angular tutorial help to encrypt and decrypt variable using crypto.js. I am using Angularjs Crypto angular plugin for encryption and decryption.Crypto.js is very powerful library which is is used to encrypt and decrypt variable, forms data and any header parameters.You can create encrypted string using your salt code so that user could not […]

Continue reading