标签:page www root this else nec ase echo body
单台机器上php HTTP MySQL 组合测试脚本mysql连接PHP
[root@wanghua html]# ls
html.php php-mysql.php
[root@wanghua html]# cat php-mysql.php
<?php
$conn=mysql_connect(‘localhost‘,‘root‘,‘‘);
if ($conn)
echo "ok";
else
echo "flase";
?>
标签:page www root this else nec ase echo body
原文地址:https://blog.51cto.com/14847540/2505155