0
好的XHTML想要和我一起玩一些遊戲,直到現在我都做得很好。 看下面的兩個代碼片段,我沒有看到他們有任何問題,但是當我嘗試驗證我得到「錯誤是:utf8」\ x94「沒有映射到第91行上的Unicode ,我已經評論第91行表示問題區域 怎麼了「對不起,這個文件無法檢查?對於php的html/xhtml格式的Utf「 x94」驗證錯誤
有什麼我沒有看到,因爲我一直在使用相同的文檔類型和驗證 好嗎?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
alt text http://img251.imageshack.us/img251/3199/wtfe.png
<option value=」29」>29</option>
<option value=」30」>30</option>
<!-- Here is line 91, below, there is nothing wrong with it? -->
<option value =」31」>31</option> <!-- Line 91 WTF? I still can't validate-->
</select>
<input type = "text" name = "year"
value = "YYYY" size = "4" /> </p>
<!-- This approach gives you more control for validating and formatting the information submitted. How?
Well the user will be given a preloaded Date of Brith box with the option to select the Month, Day and Year
as opposed to having the user type in some weird or crazy stuff.
The caveat though is the fact that the html code just becomes longer and cumbersome on the eyes or coder.-->
智能報價?正常的ASCII引號?好的,只是谷歌搜索,謝謝你會試試看,直到驗證列車脫軌後我纔開心:-(。 – Newb 2009-10-16 14:26:57
我弄明白了,它不是智能語錄,但根據你的信息,編碼的HTML表單,我現在不是如果它只是我,但如果你看看我發佈的代碼,值=「30」到「29」引號似乎倒置,我不知道如何發生,但我只是從HTML表單中的工作部分複製代碼,並重新做了非工作部分,它驗證了我可以檢查用戶輸入,甜蜜回到php代碼洞穴。 – Newb 2009-10-16 14:47:48