高版本php好像已經(jīng)不支持mysql_connect函數(shù)了
PHP5版本中有使用,PHP7版本不使用了,改用mysqli_connect.
被廢除了。現(xiàn)在大部分是mysqli和pdo了
mysqli
用mysqli_connect
是的,改寫成mysqli的語法