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@xxxxxxxxxxxx
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php