How do I install PHP on XP? 😕 I have looked here... I have tried everything that came to my mind..
Now I have installed Apache 1.3.26 and php 4.2.2
I cant get nothing but a white screen when I tried this:
<html>
<head>
<title>php</title>
</head>
<body>
<?php echo "Hello<p>"; ?>
</body>
</html>
Anyone know whats wrong?