php5.0怎么无法识别mysql_connect()函数.

$db=mysql_connect("localhost","root","") or die ("连接数据库失败");
Fatal error: Call to undefined function: mysql_connect() in C:\Program ...
phpinfo()中也看不到MYSQL的信息,怎么回事????

---------------------------------------------------------------

PHP5已经没有内置MYSQL的ACTION FUNCTION了.不过多了一个SQLite,可以看看
http://www.hwaci.com/sw/sqlite/

Published At
Categories with Web编程
Tagged with
comments powered by Disqus