运维网's Archiver
论坛
›
php
› 怎么运行 php 项目
2440
发表于 2017-3-3 11:43:02
怎么运行 php 项目
xamp 怎么运行 php 项目?
http://localhost/index.php
<html>
<head>
<title>test</title>
</head>
<body>
<?php
$test='hello world';
echo $test;
?>
</body>
</html>
页:
[1]
查看完整版本:
怎么运行 php 项目