Home  >  Article  >  php教程  >  基于mysql的论坛(7)

基于mysql的论坛(7)

WBOY
WBOYOriginal
2016-06-13 12:38:501267browse

# sendmsg.php
require "func.php";
if ($b1) {
    if (is_user_exits($fromname) and check_user_password($fromname,$password)) {
        sendmsg();
        echo "成功!

";
    }
    else {
        $founderr=1;
        echo "用户名/密码错误!";
    }
}
else {
?>


发送留言






  
      
      
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