AJAX源码学习.docVIP

  • 2
  • 0
  • 约1.35万字
  • 约 6页
  • 2017-07-05 发布于河南
  • 举报
AJAX源码学习

AJAX+php+apache+mysql+XML网页版聊天web程序开发详情 首先看一下数据库结构,重要提示:全为utf8编码格式,关于注意事项请参看我的上一篇文章。在数据库设置中要为“utf8”,而在网页中要为“utf-8”! login.php loginController.php 数据库 chatRoom.php friendList.php SqlHelper.php工具类 MessageService.class.php GetMessageController.php SenderMessageController.php loginController.php login.php html head meta http-equiv=Content-type content=text/html;charset=utf-8/ /head body center h1欢迎登录聊天室/h1 form action=loginControl.php method=post 用户名:input type=text name=username/br/ 密码:input type=password name=passwd/br/ input type=submit value=登录/br/ /form /center /body /html ?php session_start

文档评论(0)

1亿VIP精品文档

相关文档