I have installed php 4.3.5 and apache 2.0.48 on my Winxp pc.
I can open the test.php
//test.php
<html>
<body>

<?php
$myvar = "Hello World";
echo $myvar;
?>

</body>
</html>

But when I want to open phpinfo.php
Nothing happened
//phpinfo.php
<html>
<body>

<?php
phpinfo();
?>

</body>
</html>

Who can tell me why????
Thx a lot

Reply via email to