[0308]_Google Cloud Vision APIのOCR>更にメール送信★

[0308]PHPで結果をメールで送る

PHPでメールを送る
http://qiita.com/shuntaro_tamura/items/c0ef05cb4d4e22e78297
参考

PHP ボタンが押されたら処理を実行する
https://oshiete.goo.ne.jp/qa/7842902.html
参考

PHPからHTMLへの変数の受け渡し
https://oshiete.goo.ne.jp/qa/3687318.html
参考

■送信元”20170820_OCR_up.php”

///// 2017/08/20 mail sendng start —-

echo “
“;
echo “

Do you want to send E-mail ?
“;

?>


‘;
print ‘
google API OCR に戻る

‘;

///// 2017/08/20 mail sending end —-

■送信先”20170820_mailyn.php”
メール送付しました
“;

print ‘

‘;
print ‘
google API OCR に戻る

‘;

?>

===以下、画像====