Skip to content

Instantly share code, notes, and snippets.

View umer7267's full-sized avatar

M Umer umer7267

View GitHub Profile
@surferxo3
surferxo3 / gold_silver_rates.php
Last active March 17, 2025 11:50
Gold and Silver Rates API to fetch updated rates with their respective currency and price.
<?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