i've got a few questions regarding the porting/insertion of a php file into livejournal.
i can have the following kind of file:
foo.php-
<\?
echo"
<\html>
<\head>
<\/head>
<\body>
css stuff....
";
?>
<\?
if var == x
{
include cat.php;
}
else
{
include dog.php;
}
?>
echo" <\/body>
<\/html>
";
?>
i'm curious as to how i can more or less accomplish something similar in converting to bml...
we've been looking through the bml website, as well as the actual live journal code...
has anyone created/knowledge of any kind of doc that kind of goes through this process?
thanks
bruce
bedouglas@earthlink.net