php中 $sqltext= select * from news where id= .$id; 是什么意思 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 php sqltext select news where 搜索资料 2个回答 #热议# 发烧为什么不能用酒精擦身体来退烧? 叛逆天使1 2012-02-26 · 超过10用户采纳过TA的回答 知道答主 回答量:73 采纳率:0% 帮助的人:35.3万 我也去答题访问个人页 关注 展开全部 假如$id=2;$sqltext= "select * from news where id=" .$id;//结果是拼成这样的sql语句 "select * from news where id=2";点是连接字符串,其他语言有用+号的, 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 中东的笑容 2012-02-26 · TA获得超过301个赞 知道小有建树答主 回答量:989 采纳率:50% 帮助的人:221万 我也去答题访问个人页 关注 展开全部 给 sqltext 赋值, 准备执行查询用的。列出指定 id的新闻 数据。 本回答被提问者采纳 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2014-03-08 php中查询语言出错 $sql="select * from log where teacherID=$teacher_id ORDER BY id DESC "; 1 2018-04-05 PHP代码报错: if(!empty($_GET['id'])){ $sql="select * from news where `id`='".$_GET['id']."'"; } 1 2014-04-09 PHP数据库语法,下面的$sql = "select * from $table where $where order by id desc "; 有错吗? 1 2016-06-22 php将循环内值传递出去 $sqltext = "select * from $dbname where $searchId like '%$keyword%'"; 2016-06-01 sql="select * from 新闻表 where id="&id&" " 4 2017-09-06 php中查询语言出错 $sql ="select * from tb_find where type='dizhi' order by 'id' desc limit 0,1 "; 7 2016-01-12 PHP $sql=mysql_query("select * from ...) 1 2011-09-20 Sql="select * from news where news_id="&id这句话&id是什么意思? 2 更多类似问题 > 为你推荐: