johnroyer
|
分享:
▼
x0
|
[PHP][討論] 請問PHP錯誤訊息
我在程式中使用了 mysql_connect() 後 網頁中出現了" File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 22) Character set '#1' is not a compiled character set and is not specified in the 'c:\mysql\share\charsets\Index' file "的訊息
問題是並沒有 *.conf 的檔案 語法也似乎沒有錯 能不能請大大看看是怎麼回事 謝謝
程式碼: <?php $link = mysql_connect($sql_host,$sql_user,$sql_passwd) or die("連接資料庫失敗"); mysql_select_db("msdata",$link); mysql_close($link); >?
[ 此文章被johnroyer在2005-06-18 18:02重新編輯 ]
|