config.inc

来自「一个基于PHP的在线考试系统」· INC 代码 · 共 16 行

INC
16
字号
<?
#change to the db you want to manage
#change localhost to your db server hostname
#change root to your username
#change "" to your password

$datahost = "localhost";
$datauser = "mysqlusername";
$datapasswd = "mysqlpassword";
$base = "online";





?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?