I am currently running WAMP server. Before it wouldn't go online but I have fixed that by reinstalling it and uninstalling all other servers I had. I am running into a problem though. The php will not work. It did not work when I used another server package either. I put in the right code, save it as a php extension and put it in the right root file in the WAMP server file. Nothing happens. Php will just not work. Before this I had Xamp and it did not work with that one either, I have completely uninstalled that but I had a problem uninstalling plain Php. It said it was missing a file, it was partially uninstalled so i just deleted all the files I could that were from that PHP. I think the computer still recognizes the old Php on it though. Could this be a problem?
My Php Code wrote:<html>
<head></head>
<body>Agent: So who do you think you are, anyhow?
<br /><?php
// print output
echo 'Neo: I am Neo, but my people call me The One.';
?></body>
</html>