首页/下载资源/课程资源/php新闻管理系统(简单)

ZIPphp新闻管理系统(简单)

modern358142.62KB需要积分:1

资源文件列表:

news.zip 大约有34个文件
  1. news/
  2. news/.idea/
  3. news/.idea/inspectionProfiles/
  4. news/.idea/misc.xml 174B
  5. news/.idea/modules.xml 260B
  6. news/.idea/news.iml 281B
  7. news/.idea/workspace.xml 34.58KB
  8. news/admin.php 6.3KB
  9. news/admin_login.php 1.21KB
  10. news/chkadmin.php 1.25KB
  11. news/conn.php 344B
  12. news/css/
  13. news/css/backstage.css 5.79KB
  14. news/css/style.css 6.25KB
  15. news/data/
  16. news/data/news.sql 3.62KB
  17. news/images/
  18. news/images/banner3.jpg 115.5KB
  19. news/index.php 6.1KB
  20. news/loginout.php 179B
  21. news/news_add.php 3.94KB
  22. news/news_del.php 3.79KB
  23. news/news_upd.php 4.8KB
  24. news/newscontent.php 2.3KB
  25. news/saveadd.php 564B
  26. news/savedel.php 294B
  27. news/saveupdate.php 613B
  28. news/type.php 4.88KB
  29. news/type_add.php 2.32KB
  30. news/type_add_save.php 309B
  31. news/type_del.php 2.25KB
  32. news/type_del_save.php 300B
  33. news/type_upd.php 2.71KB
  34. news/type_upd_save.php 359B

资源介绍:

使用XAMPP集成环境(内含Apache+MySQL+PHP),开发工具使用phpstrom,在学习php开发网页时编写的代码,供有需要的朋友下载学习使用。 data文件夹中为数据库导出文件,请使用MySQL或者SqlServer还原后使用。
系统后台
alert('您还没有登录,请先登录!');history.back();"; exit; } else { $user_name = $_SESSION['user_name']; echo "管理员:[$user_name] 欢迎您!  注销用户"; } ?>
新闻管理系统后台
"; echo ""; echo ""; } ?>
新闻管理系统后台中心:
添加新闻
添加新闻分类
分类/管理
[$type_name]  修改   删除
查询主题:
"; echo ""; echo ""; echo ""; echo ""; } } ?>
新闻列表:
标 题 加入时间 详细内容
$news_title$news_date修改   删除
"; echo ""; echo ""; ?>
共有数据 $total 条,每页显示 $page_size 条; 第 $page 页/共 $page_connt 页: "; if($page >= 2) { echo " 首  页 /前一页  "; } if($page_connt >= 2) { for($i=1; $i<=$page_connt; $i++) { echo " $i "; } } if($page >= 2) { echo "  后一页/尾页"; } echo "
100+评论
captcha