include("header.inc") ?>
include_once('database.inc'); ?>
|
$season_panel = 1;
$content_columns = 1;
$content_row = 1;
$strTitle =
"SELECT titlename, titleheader, titlefooter, headerflag, footerflag, abbrevflag, pastSeasonFlag,
seasongraphicflag, year
FROM plays_v2
WHERE (titleshortname='".$currenttitle."')";
$resultTitle = mysql_query($strTitle, $db);
IF (mysql_result($resultTitle,0,"seasongraphicflag")==1) {
?>
$size = getimagesize("images/".$currenttitle.".jpg");
if ($size[0]<400) {
$width = $size[0];
$height = $size[1];
$fullWidth = $width;
$fullHeight = $height;
?>
}
IF (mysql_result($resultTitle,0,"pastseasonflag")==0) {
if ($height==0) {
$height=-5;
$width=-20;
}
?>
![]() ![]() View Full Size Image } else { $width = 400; } ?>
include("playinfo.inc") ?>
include("auditioninfo.inc") ?>
}
?>
|
include("playcastcrew.inc") ?>
|