earth2
I am new to PHP, so I am sure it's something really simple that I'm not doing to make a simple "Hello World" php script run. I went to the DirectAdmin (I read through FAQ's...etc....on the forum, thought I might have missed my answer somewhere). Regardless, Direct Admin states, "PHP scripts may be placed and executed in any folder within your public_html directory." I've done this but some reason there's no "hello world". So, what do you think I might be doing wrong?
The code I got off of http://www.tizag.com/
<html>
<head>
<title>My First PHP Page</title>
</head>
<body>
<?php
echo "Hello World!";
?>
</body>
</html>
Because Fri Host has a server that is PHP-enabled, that means that I do not need to install PHP on my machine, correct?
The code I got off of http://www.tizag.com/
<html>
<head>
<title>My First PHP Page</title>
</head>
<body>
<?php
echo "Hello World!";
?>
</body>
</html>
Because Fri Host has a server that is PHP-enabled, that means that I do not need to install PHP on my machine, correct?
