abstrakt:<?php //引入文件 內(nèi)容提交include_once("functions/database.php"); $news_id = $_GET["news_id"]; get_connection(); $result_news = mysql_query("select * from news w
<?php
//引入文件 內(nèi)容提交
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);
Korrigierender Lehrer:查無此人Korrekturzeit:2019-04-08 16:05:31
Zusammenfassung des Lehrers:完成的不錯(cuò)。下次把代碼注釋。。繼續(xù)加油。