Hi: Have installed Apache2 up and running.
Have installed PHP5 and created txt file call phpinfo.txt
Placed php.ini into Windows\
Placed php5ts.dll into Windows\system
browsed
<html>
<body>
"PHP INFO";
</body>
</html>
and gives me PHP INFO. . .works.
but I try to put in PHPinfo() function.
<html>
<body><?php
phpinfo();
?></body>
</html>
. . gives me a blank.
Any Ideas/feedback why this is doing this
would be appreciated.
Thank You
M
Have installed PHP5 and created txt file call phpinfo.txt
Placed php.ini into Windows\
Placed php5ts.dll into Windows\system
browsed
<html>
<body>
"PHP INFO";
</body>
</html>
and gives me PHP INFO. . .works.
but I try to put in PHPinfo() function.
<html>
<body><?php
phpinfo();
?></body>
</html>
. . gives me a blank.
Any Ideas/feedback why this is doing this
would be appreciated.
Thank You
M