û·¨ÁË mysql²åÈëhtmlÎÊÌâ
$chat_content=$player[p_name]."ÏòÊÀÈËչʾÁË <a class=\"display_item\" onclick=\"item_tips(this)\" title=\"$item_tips\">".$item[item_name]." </a>";
$item_tipsÊÇÒ»´ó¶ÎµÄhtml´úÂë
´íÎóÌáʾ
the right syntax to use near 'class="display_item" onclick="item_tips(this)" title="<table style='border: m' at line 1 mysql error number: 1064
Ó¦¸ÃÖ¸µÄÊÇÀïÃæº¬Óе¥ÒýºÅ' Èç¹ûÈ¥µôtitle=\"$item_tips\" ¾Í¿ÉÒÔ²åÈë
ÄÇÎÒÏÖÔÚÒªÔõôÑù²ÅÄܲåÈëÕâ¶Îhtml´úÂë ÓÃÁËhtmlentitiesºÍhtmlspecialchars¶¼²»¹ÜÓÃ
¼±
$sql="insert into ks_chat (chat_readname,chat_content) values ('ÊÀ½ç',$chat_content)"£»
¼±
תÒåÓÃ/£¬
or use µ¥ÒýÀ´½â¾ö£¡
function remSpecialChars($string) {
$string = stripslashes($string);
$string = eregi_replace("'","'",$string);
$string = eregi_replace('"','"',$string);
return $string;
}
function addSpecialChars($string) {
// $string = htmlspecialchars($string);
$string = eregi_replace("'","'",$string);
$string = eregi_replace('"','"',$string);
return $string;
}
·¹ý£¬Ñ§Ï°
Ïà¹ØÎÊ´ð£º
±àÒëÆ÷£ºC-Free4
mysql µ¥¶À°²×°µÄ£¬ÏÖÔÚΪapache+php+mysql¿ÉÒÔʹÓá£
×î½üÔÚÁ·Ï°c£¬c++£»ÏëÓÃc£¬c++Á¬½ÓÏÂÎÒµÄmysql£¬ºÃ¶àµØ·½¶à˵mysql.hÕÒ²»µ½¡£¶øÇÒÎÒmysqlûÓÐËùνµÄincludeÎļþ¼Ð°¡¡£
Íü¸ßÊÖÖ¸µãÒ»¶ ......
×ö¸öÕ¾ÄÚËÑË÷£¬ÏÖÔÚÓÃlike ÕâÑùµÄЧÂÊʵÔÚÌ«µÍÁË£¬Ïë¸Ä³ÉÈ«ÎÄËÑË÷·½Ê½¡£
µ«¿´ÁËÍøÉÏ˵µÄÖÐÎÄÖ§³Ö²»ºÃ£¬ÏëÎÊһϸ÷λÐÖµÜÊÇÈçºÎ½â¾öÕâ¸öÎÊÌâµÄ£¿
µ¥¶À½¨Á¢Ö÷Ìâ±íºÍÄÚÈÝ±í ¼ìË÷Ö÷Ìâ
È»ºó¸ù¾ÝÖ÷Ìâ¼ìË÷Ä ......
MySQLÈëÃÅ
¿ÉÒÔÏÈ¿´Ê²Ã´Êé¼®°¡£¿
ÏȶÁÈý±é¡¶Êý¾Ý¿âϵͳ¸ÅÂÛ¡·,ÕÆÎÕÊý¾Ý¿âµÄ»ù´¡ÀíÂÛ¡£
È»ºóÔÙ´Ö¿´Ò»±éMYSQLµÄ¹Ù·½Îĵµ¡£ MySQL¹Ù·½Îĵµ http://dev.mysql.com/doc/refman/5.1/zh/index.html
¾ÍÕÒÒ»±¾ºÜ»ù´ ......
ÎÒÓÐÒ»¸öjava»·¾³ÏµijÌÐò£¬ÔÚ±¾»úÔËÐÐÕý³££¬µ«·¢²¼µ½ÍøµÄÐéÄâÖ÷»úʱ²»ÄÜÁ¬½ÓÊý¾Ý¿âÁ¬½Ó³Ø
jdk 1.6 tomcat6.0.18 mysql5 mysqljdbc5.1.5
ÐéÄâÖ÷»úµÄ¼¼ÊõÈËԱ˵£¬Ö»ÄÜÅäÖþÖÓòµÄÊý¾Ý¿âÁ¬½Ó³Ø£¬Ò²¾ÍÊÇÔÚM ......