我無法逃避getItems函數內部的PHP變量:問題逃逸PHP變量
while($row = mysql_fetch_array($data))
{
echo "<div class='favorite'>";
echo "<div style='display: inline;'>".$row['Item']."</div>";
if ($row['UID'] = $uid) {
echo "<div id='unlock'>Info</div>";
} else {
echo "<div id='unlock' onclick='getItems('".$row['Item']."')'>Unlock</div>";
}
echo "</div>";
}
呈現時(?爲使字)反正,當我看到它在我的網站,它說:
onclick="getItems(" whatever')'
我在做什麼錯?
你可以看到這裏的代碼: http://www.chusmix.com/game/insert/get-items.php?user=19
你能否周圍的代碼添加到發帖?看起來這可能是一個從前一行開始的語法問題。 – Zoey
你想回應什麼? –
嘗試:echo「