Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> Your Title Here </title>
<meta name="Generator" content="Alleycode HTML Editor">
<meta name="Description" content="Your description here...">
<meta name="Keywords" content="Your keywords here...">
</head>
<body>
This is a test.
<?php
echo "Hello World";
?>
</body>
</html>it says "this is a test", but it does not say "Hello World".
I thought both were supposedto be visible.
What do i download so that I can view .php on my computer?