Vì nhặt được trên mạng nên không biết die lúc nào :V
Demo: https://vieit.net/STKVCB
<?php
$stk = $_GET['stk'];
$url = 'https://vieit.net/STKVCB/bank.php?stk='.$stk.'';
$cURL = curl_init();
curl_setopt($cURL, CURLOPT_URL, $url);
curl_setopt($cURL, CURLOPT_HTTPGET, true);
$result = curl_exec($cURL);
curl_close($cURL);
?>
