Parse error: syntax error near, unexpected ';' in D:\PHPnow\htdocs\config.php on line 8

Fatal error: Call to a member function GetArray() on a non-object in C:\PHPnow-1.5.6\htdocs\27\sear_百度知道
Fatal error: Call to a member function GetArray() on a non-object in C:\PHPnow-1.5.6\htdocs\27\sear
execute($sql),$rst-&gt,$searcharr);cont'
$class = $_GET[' include_once '])){
$model = $_GET['select * from tb_commo where name like 'total'%';assign('
if($act == &%&#39!empty($_GET[&#39&;查询结果'%& &assign(&#39.php' and model like &#39.php&#39.tpl');%&quot?&gt.$];name'%'; $act = $_GET['%&quot.&RecordCount());];%&#39.&cont'){
$cont = $_GET[&#39.$act' }
$rst = $conn-&%&stype'
$searcharr = $rst-&;
if(;;;?php include_once '
$name = $_GET['select * from tb_commo where name like '&searcharr'].&),&#39.$;;conn/title'assign('].&
$smarty-&;
$sql = &;;GetArray().$model'
$smarty-&display(';];
$smarty-& and class like 'simple&quot
其他类似问题
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁求助,紧急,路过的朋友都帮看下_php吧_百度贴吧
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&签到排名:今日本吧第个签到,本吧因你更精彩,明天继续来努力!
本吧签到人数:0成为超级会员,使用一键签到本月漏签0次!成为超级会员,赠送8张补签卡连续签到:天&&累计签到:天超级会员单次开通12个月以上,赠送连续签到卡3张
关注:43,266贴子:
求助,紧急,路过的朋友都帮看下收藏
&?php
echo&&&table&border&cellspacing=1&cellpadding=7&align=center&&.
&&&&&&&&tr&height=12&&.
&&&&&&&&td&width=60&&b&昵称&/b&&/td&&.
&&&&&&&&td&width=60&&b&密码&/b&&/td&&.
&&&&&&&&td&width=30&&b&删除&/b&&/td&&;
while($user=mysql_fetch_array($result)){
if&($user[NickName]&&&刘漫洲&){
echo&&&tr&height=12&&.
&&&&td&width=60&&.$user[NickName].&&/td&&.
&&&&td&width=60&&.$user[Password].&&/td&&.
&&//显示删除链接
&&&&echo&&&td&width=30&&a&href=deluser.php?RegID=&.
&&&&&&&&&&$user[RegID].&&删除&/a&&/td&&/tr&&;
}
}
echo&&&/table&&;
//关闭连接
mysql_close($cn);
?&
echo&&&td&width=30&&a&href=deluser.php?RegID=&.
&&&&&&&&&&$user[RegID].&&删除&/a&&/td&&/tr&&;
这里一直有错,提示是:
Parse&error:&syntax&error,&unexpected&T_ECHO&in&F:\PHPnow\htdocs\PHP\userlist.php&on&line&43
错误图标那里的提示是:
Parse&error:&&';'&expected&after&'echo'&statement.&
快试试吧,可以对自己使用挽尊卡咯~◆◆
变成单引号试试
快试试吧,可以对自己使用挽尊卡咯~◆◆
您说的方法不行
哪是43行啊。
echo&&&td&width=30&&a&href=deluser.php?RegID=&.&
&$user[RegID].&&删除&/a&&/td&&/tr&&;&
这句的第一行是43行
你这样的程序根本过不去$user[NickName]NickName是什么?变量,常量还是字符串?
NickName是数据库的用户表中的用户昵称项
登录百度帐号推荐应用
为兴趣而生,贴吧更懂你。或Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
hi i am getting an error during my execution of the code : PHP Parse error:
syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in C:\apache2triad\htdocs\imagedisplay.php on line 28
$dir= "C:\apache2triad\htdocs\phppgadmin\images\phpimages";
$file_display= array('jpg', 'jpeg', 'png', 'gif');
if(file_exists($dir)== false)
echo "directory x not found";
$dir_content= scandir($dir);
foreach($dir_content as $file)
$file_type = strtolower(end(explode('.', $file)));
// echo "$file &br& ";
if($file !=='.' && $file !=='..')
//echo "$file &br& ";
echo "&img src="', $dir, '/', $file, '" alt="', $file, '"/&";
please help
43.2k370115
closed as too localized by , , , ,
This question is unlikely to help it is only relevant to a small geographic area, a specific moment in time,
or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making
this question more broadly applicable, .If this question can be reworded to fit the rules in the , please .
echo "&img src="', $dir, '/', $file, '" alt="', $file, '"/&";
You've essentially got two different strings back-to-back here, making this line completely invalid.
215k17136245
Not the answer you're looking for?
Browse other questions tagged
Stack Overflow works best with JavaScript enabled

我要回帖

更多关于 syntax error 的文章

 

随机推荐