shell_exec 명령에 몇 가지 변수를 전달하려고하지만 어떤 이유로 PHP 변수의 데이터를 선택하지 않습니다. 제발 도와주세요, 그리고 아래에 내가 무엇을 가지고 있습니다 :변수가있는 PHP 컬
$out = exec('curl -silent https://api.stripe.com/v1/charges -u sk_live_sdfsdfdsfsdfdf: -d "amount=$aaamount" -d currency=usd -d "description=BBB $aaamount" -d "card[number]=$ccnumber" -d "card[exp_month]=$expm" -d "card[exp_year]=$expy" -d "card[cvc]=611"');
나는 이것에 얻을 수있는 모든 종류의 도움을 주시면 감사하겠습니다.
작은 따옴표로 묶은 문자열은 변수를 구문 분석하지 않습니다. 큰 따옴표 사용 http://php.net/manual/en/language.types.string.php –
[PHP는 cURL에 바인딩되어 있습니다.] (http://php.net/manual/en/book). curl.php), 맞죠? –
@JonathonReinhart 그게 무슨 뜻입니까 :)? – thevoipman