0

我有这个查询;

<?php
include '../thisfile.php';
include '../scripts/thisscript.php';
$this = $_GET ['this'] ;
$query = "SELECT this FROM tablename WHERE this='$this' LIMIT 1";
$feedlist = new rss ('.$row['this'].');
echo $feedlist->display(9,"this title");
?>

没有对数据库的 $query 一切正常,我的语法有什么问题?

本质上,当我使用 PHP 模板来驱动页面时,我想提取存储在我的数据库中的提要。

4

0 回答 0