从Web浏览器打开.php

时间:2016-04-03 17:02:36

标签: php html web

我有这个.php文件(index2.php)

 <html>
 <head>
  <title>PHP Test</title>
 </head>
 <body>
 <?php 
  echo "Hola, como estas??"; 
 ?> 
 </body>
</html>
Resultadosdebúsqueda

我将其保存在:file:///home/josue/Desarrollo/lab.local/index2.php上,当我在网络浏览器上进行此指示时,网络浏览器想要下载它。我没有使用任何Web服务器,我只是想从该目录中打开它。 我要展示:Hola,como estas ??在网络浏览器上。

0 个答案:

没有答案