📄 vote.php
字号:
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_vote = "localhost";
$database_vote = "vote";
$username_vote = "root";
$password_vote = "123456";
$vote = mysql_pconnect($hostname_vote, $username_vote, $password_vote) or trigger_error(mysql_error(),E_USER_ERROR);
mysql_query( "set names gbk");
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -