Posted by John Nichel on 09/29/05 17:17
Chris Boget wrote:
<snip>
> My test
> script looks like this:
>
> <script language="php">
> echo "PHP Works!!";
> </script>
> <br>
> <? echo "PHP Works??";
>
> And that is exactly what is getting output by the browser. The <br>
> isn't even
> getting interpreted as a break...?
Yeah, looks like you need the AddType entry. Apache doesn't know what
*.php is, so it's just serving it up as plain text.
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
john@kegworks.com
Navigation:
[Reply to this message]
|