1. The entity name must immediately follow the '&' in the entity reference.
2. The element type "img" must be terminated by the matching end-tag "".
都是由於的XHTML的問題......
解決方法如下:
1. 把 & 改成 &
2. 把<img xxxxxxxxx> 改成 <img xxxxxxxxx/> 即可
2008年9月16日 星期二
2008年2月29日 星期五
2007年12月24日 星期一
php及一般語言外部變數注意!!
"&a=123&b=456&s=789" 注意 注意!!
字尾一定還要加上一個& 避免髒東西隨附在後!!
即 "&a=123&b=456&s=789&"
這bug找好久 囧
字尾一定還要加上一個& 避免髒東西隨附在後!!
即 "&a=123&b=456&s=789&"
這bug找好久 囧
訂閱:
文章 (Atom)