I am a newbie to PHP but not to programming.
I've just downloaded and installed WAMP 2 and I made a basic .php file under
the htdocs directory of Apache which is called test.php and has the following code in it:
Code: Select all
<html>
<head>
<title> PHP Test </title>
</head>
<body>
<p> this is an HTML LINE </p>
<?php
phpinfo();
?>
</body>
</html>I don't see any PHP Ingo output. WAMP saysy it is running OK.
Can you help please ?
Thank you,
Colin