1
$ikona = "layout/achiv/a_icon.png";
//$opis = string of text without quotation marks
$addit = '<img src="'.$ikona.'" onclick="alert(/'On day '.date("Y-m-d H:i:s").' user has '.htmlspecialchars($opis).'/'); ">';
mysql_query("UPDATE `accounts` SET `this_damn_cell`='".$addit."'
WHERE id='".$_POST["id"]."' ") or die(mysql_error()); //error is not showing up
echo $addit; //shows correctly
它似乎工作正常,但在SQL基礎上沒有增加任何東西。所有字段都存在。 this_damn_cell類型是TEXT 如需任何幫助,請提前致謝:)不工作在php中的mysql_query(引號probs)
我需要添加一些改進,但它工作正常。謝謝! :) – Sebastian 2010-10-02 15:29:49