Hey,
I just ran into something peculiar. I have put some .php files into a db that look something like....
<html stuff>
<html stuff>
<?php php stuff ?>
<html stuff>
<html stuff>
What's going on is that the embedded php is not even being parsed. It shows up in the source as viewed through the browser. Double plus ungood!
Any ideas as to why? I would've guessed that the file having a .php extension would be parsed. Any workarounds?
Thanx in advance,
Terrence