Sample program code to retrieve values from database using JSON is an easy way to retrieve values from the database to the web application is as follows. In order to retrieve values from database create a database and table for retrieving values. Sample program code to retrieve values from database using JSON Before we proceed […]
Sample Codes
POST method to Send and Receive JavaScript Object using JSON
JSON is used to send data to and from the server in text format. JSON stands for JavaScript Object Notation. Sending and receiving data between client and server should be as fast as possible. JSON is used by many programming language like perl, php, java etc since it is language independent. Primary use of JSON […]
GET method to Send and Receive JavaScript Object using JSON
GET method to Send and Receive JavaScript Object using JSON is a simple technique for fast web access. JSON stands for JavaScript Object Notation. JSON is used for send data to and from the server in text format. Sending and receiving data between client and server should be as fast as possible. JSON is text […]