This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/*############################# | |
* Developer: Mohammad Sharaf Ali | |
* Designation: Web Developer | |
* Version: 2.0 | |
* | |
* Changes from Version 1.0: | |
* - Updated to use a new API endpoint that returns JSON data instead of plain text | |
* - Replaced file_get_contents with cURL for improved error handling and performance |