返回新闻板块的内容......登陆

新闻板块的内容提交

@smash2019-04-08 10:53:34191

<?php

 //引入文件 内容提交

include_once("functions/database.php");

 

$news_id = $_GET["news_id"];

 

get_connection();

 

$result_news = mysql_query("select * from news where news_id=$news_id");

 

$result_category = mysql_query("select * from category");

 

close_connection();

 

$news = mysql_fetch_array($result_news);

 




最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送