Why json is used in php?



Why json is used in php?..

Answer / Tarun Agarwal

JSON (JavaScript Object Notation) is a lightweight data interchange format with easy-to-read human-readable text. In PHP, it's commonly used for sending and receiving data between a web server and client, as well as for storing data in a file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Write a program in php to find the occurrence of a word in a string?

1 Answers  


What are static variables in php?

1 Answers  


How to create a web form?

0 Answers  


Where is php code written?

1 Answers  


what mode to use when creating dirs with mkdir?

1 Answers  


How do you identify independent and dependent variables in regression analysis?

1 Answers  


How to create reusable code in php?

1 Answers  


Is it easy to learn php?

1 Answers  


•What is the difference between “mysql_fetch_array” and “mysql_fetch_object?

2 Answers   Infotech,


Explain me how to include a file to a php page?

1 Answers  


To run php script on a local machine we need to install Apache http server and php. Then only scripts are run in the browsers. but when these things are not loaded on a local machine and a php script is brought by the browser still the browser displays the page. how?

2 Answers  


Tell me what is the difference between ereg_replace() and eregi_replace()?

1 Answers  


Categories