It's not just mysql_connect that is deprecated, also all other mysql_* functions. You should replace them all with mysqli_* functions (or ...
確定! 回上一頁