ok, here is the line of code that is giving me a problem (The one that start with "$tag...")then later I have:PHP Code:function create ()
{
$tag = "<font style=\"font-family: '" . font_name() . "'; font-size: " . font_size() . "pt; " . font_bold() . font_italic() . "\">";
echo $tag;
}
then and it prints:<? create(); ?>hi!</font>whats wrong!? Those are my own functions and they all echo something (for example, font_size() echo's a number)sans-serif21<font style="font-family: ''; font-size: pt; ">hi!</font>





Bookmarks