所以我必須與所有setParams類如何呼應設置了一個param出PHP
$this->setParams('matchwins', $users->getInfo($_SESSION['user']['id'], 'matchwins'));
所以我可以只使用{matchwins}
在我的網站)
我試圖做我的用戶下面的語句主頁。
<?php
$clan = $_GET["clan"];
$file = 'http://localhost/app/tpl/skins/warfare/images/clans/'. $clan .'/avatar.png';
if (file_exists($file)) {echo "<img src='http://localhost/app/tpl/skins/warfare/images/clans/'. $clan .'/avatar.png'/>";}
?>
我是PHP新手,有誰知道什麼是錯的?
做你試過這種' 「」;' –