Posted by Prem Tiwari | Updated on | in Freebies, JavaScript, PHP Tutorial.
Today i am going to share File Browser Using PHP and Jquery with you. It is based on the jquery file script.js and a simple php script file. You can only put your file under …
Posted by Prem Tiwari | Updated on | in Java Programming.
JSON ( JavaScript Object Notation ) is an open standard format that uses human-readable text to transmit data objects consisting of attribute–value pairs. It is used primarily to transmit data between a server and web …
Posted by Prem Tiwari | Updated on | in Yii framework.
In this post i will explain the easy way to get the Ajax request and json response array in Yii framework. The controller will get and process the data then finally It will return the …
Posted by Prem Tiwari | Updated on | in PHP Tutorial.
JSON ( JavaScript Object Notation ), is an open standard format that uses human-readable text to transmit data objects. The JSON standard only supports when you are using inside an array or an object in …