<?php
if (function_exists('mysql_connect')) {
echo 'Mysql扩展已经安装';
}
if (function_exists('mysql_connect')) {
echo 'Mysql扩展已经安装';
}
2017-03-13
举报