Thread: Displaying PHP
View Single Post
Old 08-20-2002, 03:20 PM   #1 (permalink)
rdove
Masked Moderator
 
rdove's Avatar
 
Join Date: May 2002
Location: Indianapolis, IN
Posts: 260
rdove is on a distinguished road
Displaying PHP

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.
__________________
~Ryan

rdove is offline   Reply With Quote