![]() |
|
|
+ Search |
![]()
|
Feb 8th, 2000 05:01
Nathan Wallace, Rasmus Lerdorf
I have done this before. Just do something like this:
<?
...
Dynamic PHP header code
...
ReadFile("page_content.txt");
...
Dynamic PHP footer code
...
?>
So instead of appending message content to a PHP file, have the PHP read
the content itself.