新建一个test.php放到zendserver下面,打开服务,输入:
<html>
<head>
<title>hello, world</title>
</head>
<body>
<?php
echo "hello, world";
?>
</body>
</html
http://www.cnblogs.com/hurner/archive/2010/12/05/1896860.html
看看这个,我以前 一段亲手做过在Zend studio里进行PHP的调试。
有不懂的,发消息给我,咱们还可以讨论:)