-2
$uid = mysql_real_escape_string($_SESSION['username']);
$url = "https://blockchain.info/merchant/$guid/new_address?password=$main_password&second_password=$second_password&label=$uid";
if (isset($_POST['amount'])){
$_SESSION['USD_amount'] = $_POST['amount'];
$_SESSION['BTC_amount'] = number_format($_SESSION['USD_amount']/$rate, 8, '.', '');
$temp = _curl($url, '', '');
$_SESSION['BTC_Address'] = get_string_between($temp, 'address":"', '"');
}
我已經卷曲安裝了最新版本,但它似乎並沒有解決問題
。
什麼建議嗎?
什麼是'_curl()'函數? – zerkms
...這是一個捲髮可能的功能;爲禿頭的人。 –