codes****@googl*****
codes****@googl*****
2008年 8月 31日 (日) 13:06:17 JST
Issue 11: 静的ページPHPのお問い合わせが何も表示されない http://code.google.com/p/geeklog-jp/issues/detail?id=11 Comment #4 by hirorongl: 変数$sp_contentないに静的ページPHPのコードがはいってます。 静的ページPHPで直接echoやprintにて出力せずに、$retvalに入れて出力を本体に任 せるように なっているものが1.4.1では多々あります。 この$retvalの値を.=にすると引き継ぐようです。 $retval .= eval ($sp_content); # 私も最初は同じように思ったのですが、1.4.1と違う部分はここだけだったので、 やってみる と出力されたのでそいうことかと思ったしだいです。 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings