PHP

Convert XML to JSON In PHP.

In this post, we will learn how to convert XML to JSON. We can convert XML to JSON by using PHP inbuilt function. These functions are simplexml_load_file and json_encode.  What is simplexml_load_file? This function converts Read more…

By , ago