$ch = curl_init();
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_URL, 'http://www.example.org/');
$postData = array(
'testData' => '@/path/to/file.txt',
);
curl_setopt($ch, CURLOPT_POSTFIELDS, $postData);
$response = curl_exec($ch);
(function () {
$('#modalThanks').modal('show');
}, 500);
function scriptLoad(url,fn){
fn=fn||function(){};
var a=document.createElement('script');
a.src=url;
a.onload=fn;
a.onreadystatechange=fn;
document.head.appendChild(a);
};
curl https://www.cba.am/am/
<head><title>Document Moved</title></head>
<body><h1>Object Moved</h1>This document may be found <a HREF="https://www.cba.am/am/SitePages/Default.aspx">here</a></body>
curl https://www.cba.am/am/SitePages/Default.aspx