亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

send email

Create a new index.php file

The code is as follows:

<?php
header("Content-Type:text/html;charset=utf-8");
require_once("./functions.php");
$flag = sendMail('3229571569@qq.com','歡迎加入php中文網(wǎng)學習',
    '<span style="color:skyblue;">歡迎加入php中文網(wǎng)學習</span><br/>');
if($flag){
    echo "發(fā)送郵件成功!";
}else{
    echo "發(fā)送郵件失敗!";
}
?>

Effect display:

微信圖片_20180310141356.png

微信圖片_20180310142747.png

Continuing Learning
||
<?php echo "案例展示";
submitReset Code