1 頁 (共 1 頁)

[問題]目前線上註冊會員

發表於 : 2004-01-01 23:39
shen1999
各位大大,我遇到了一個問題,就是當我按下"目前線上註冊會員"後,會出現:
Parse error: parse error, unexpected T_DOUBLE_ARROW in c:\jws\web\phpbb2\includes\usercp_viewprofile.php on line 358
我有查過了,我的usercp_viewprofile.php第358行內容如下:
$temp_url = append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username']) . "&showresults=posts");
請問一下這一行是哪裡有錯誤呢,請各位大大多多指點^^

發表於 : 2004-01-02 08:22
ethan
沒看到 T_DOUBLE_ARROW error 在你列的程式碼\r
可能要看看上面幾行,或許是上面幾行有問題
或是改成下面這樣試試看 把 & 以 & 取代\r

[php]<?php
$temp_url = append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username']) . "&showresults=posts");
?>[/php]

發表於 : 2004-01-02 09:01
william91
是不是你裝某些外掛時改錯?