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 |
Write a program in php to find the occurrence of a word in a string?
What are static variables in php?
How to create a web form?
Where is php code written?
what mode to use when creating dirs with mkdir?
How do you identify independent and dependent variables in regression analysis?
How to create reusable code in php?
Is it easy to learn php?
•What is the difference between “mysql_fetch_array” and “mysql_fetch_object?
Explain me how to include a file to a php page?
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?
Tell me what is the difference between ereg_replace() and eregi_replace()?