"localhost/index.php" don't run.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I am using OpenSuse Leap and PHP7

If I type "localhost/index.php" in the Firefox address bar , the file "index.php" don't run.

But, it runs  if I use an "index.html" file, but not runs sections with php

The code below if locate in the localhost folder, shows only text html
The text in php not appear, only appear the html code

Code:
<html>
Bellow the php code       <-- this html text will be visible -->
<?php
echo "xxxxxxxxxxxxxxxx";   // this php text is not visible
phpinfo();                 // This function is ignored, nothing returns
?>
<br>Above the php code    <-- this html text also will be visible -->
</html>
Could you please help me solve this problem?

Thanks in advance

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux