这段php代码哪里有错??
<?phpsession_start();include(conn.php);$result=mysql_query("select*fromthemes");?><!D...
<?php
session_start();
include(conn.php);
$result= mysql_query("select * from themes");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>menu</title>
<link href="default.css" rel="stylesheet" type="text/css" />
<div id="sidebar">
<h2><strong>Gategorie</strong></h2>
<ul>
<li>
<?php
while($row = mysql_fetch_array($result))
{
echo $row['nom_theme'];
}
?>
</li>
刚刚测试过了conn.php没有问题。。可是到这段里面就显示不出来了。 展开
session_start();
include(conn.php);
$result= mysql_query("select * from themes");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>menu</title>
<link href="default.css" rel="stylesheet" type="text/css" />
<div id="sidebar">
<h2><strong>Gategorie</strong></h2>
<ul>
<li>
<?php
while($row = mysql_fetch_array($result))
{
echo $row['nom_theme'];
}
?>
</li>
刚刚测试过了conn.php没有问题。。可是到这段里面就显示不出来了。 展开
展开全部
可能表中没有记录
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这个conn.php要一个单引号
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
echo $row['nom_theme']; 把单引号去掉
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
imagettftext的x和y值都设成0了,所以显示不出来,都改成20就可以了
imagettftext($shuipai,20,0,20,20,$black,$font,"BBB");
imagettftext($shuipai,20,0,20,20,$black,$font,"BBB");
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询