Home >php教程 >php手册 >PHP实现通过get方式识别用户发送邮件的方法

PHP实现通过get方式识别用户发送邮件的方法

WBOY
WBOYOriginal
2016-06-06 19:51:57733browse

这篇文章主要介绍了PHP实现通过get方式识别用户发送邮件的方法,涉及php针对数据库的读

本文实例讲述了PHP实现通过get方式识别用户发送邮件的方法。分享给大家供大家参考。具体如下:

send_email.php如下:

alert('?????????');"; echo "<script>window.location.href='reg.php'</script>"; } ?>

reg.php如下:

查看邮件
"; } ?>

newfile.php如下:

"; echo $out["created_at"]."
"; echo "发送邮件


"; //看看有没有新邮件 $sql_search_email="select * from email where accepter_id='".$id."'"; $query=mysql_query($sql_search_email); $result_email=mysql_fetch_array($query); if($result_email["accepter_id"]==$_SESSION["id"]&&$result_email["flag"]=="no") { echo "您有新邮件"; } ?>

login.php如下:

清除session"; echo "重新注册"; ?>

delete_session.php如下:

alert('清除成功');"; ?>

希望本文所述对大家的php程序设计有所帮助。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn