Hello,
I’m new to php. I’ve just installed php 4.2.3 on win 2000 pro (IIS installed). I was trying to run a simple code :
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo "Hello World<p>"; ?>
</body>
</html>
I saved it with extension .php, and tried to open it through the browser (explorer 6.0). I got a blank webpage… The extensions for php were added to my computer, does anyone have an idea how to get the embedded php to work?
Thanks,
tipa