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重新编辑 ]
|