include("connect_db.php"); $query = "select title,source,content from kung_news where news_no='$news_no'"; $result = mysql_query($query); list($title,$source,$content) = mysql_fetch_row($result); //evaluate image height $img_height = 0; if($title) $img_height += 40; if($source) $img_height += 40; //assume each line contain 80 characts, 3 sections, and height of (line + text) is 30 pixels $img_height = (ceil(strlen($content) / 80)+5)*30; ?>
ALT=""> |
|
WIDTH=7 ALT=""> | ||
include("tailer.php"); ?>