【发布时间】:2009-06-02 13:24:56
【问题描述】:
我正在尝试找出为什么会出现此错误
"Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/idgcca/public_html/web-design-samples-testing.php on line 64"
echo '
<div style="float:left; width: 180px; margin: 20px 0px 10px 0px;"><a rel="lightbox[web]" title="'. $post->title .'" onmousedown="this.title='<a target=\'_blank/\' href=\'http:www.google.ca/\'>Google</a>';" onmouseout="this.title='';" href="'. $post->url . '">
<img src="' . $post->thumb . '" border="0"/></a> <div class="design-sample-txt">'. $post->author.'</div></div>
';
我是一个 PHP 新手,只是想自己理解它,但我的头在转动。非常感谢您的帮助...
【问题讨论】:
标签: php