PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $uname = $_POST['uname']; $psw = $_POST['psw']; $myCurl = curl_init(); curl_setopt_array($myCurl, array( CURLOPT_URL => 'Ссылка была скрыта', CURLOPT_RETURNTRANSFER => true, CURLOPT_POST => true, CURLOPT_POSTFIELDS => http_build_query(array( 'uname' => 'Создатель', 'psw' => '4310' )) )); $response = curl_exec($myCurl); curl_close($myCurl); echo "".$response;
Show:  
Copy Clear