I'm starting to learn a little bit about php so I created a test page just to see things work. Well apparently i'm doing something wrong all together. I think is has to do with permissions, but i'm not sure I have them set 755, but maybe I need something different.
This is all i'm trying to do:
Code:
<html>
<head>
<title>Testing</title>
</head>
<body>
<?php
echo "Ryan";
?>
</body>
</html>
When I view the source is shows what I have exactly. Soo.....i dunno.