php
文章平均质量分 77
wusuoweijv
这个作者很懒,什么都没留下…
展开
-
php的增删改
action.php //用来处理增删改的程序 require("config.php"); switch($_GET["action"]) { case "add" : $id=$_POST["id"]; $title=$_POST["title"]; $content=$_POST["content"]; $time=time(); $author=$_POST[转载 2016-10-13 17:20:29 · 503 阅读 · 0 评论 -
jquery做得ajax异步登录
1.数据库 # Host: localhost (Version: 5.5.47) # Date: 2016-10-27 08:52:02 # Generator: MySQL-Front 5.3 (Build 4.234) /*!40101 SET NAMES utf8 */; # # Structure for table "ct_user" # D原创 2016-10-27 09:15:03 · 447 阅读 · 0 评论