I have this script here... and could anyone tell me what's wrong with it..PHP Code:<?PHP
//-- 画像とシステム名の表示 --
//======画面表示======
print "<TABLE ALIGN='center' CELLPADDING='0' CELLSPACING='0'>"."\n";
print " <TR>"."\n";
print " <TD ALIGN='center' WIDTH='830'><IMG SRC='images/binus.gif' BORDER='0'></TD>"."\n";
print " </TR>"."\n";
print "</TABLE>"."\n";
print "<P ALIGN='center'><FONT CLASS='title'>" . $strTitle . "</FONT></P>" ."\n";
?>
I mean in windows it works perfectly and the image tag shows the image correctly...
but now that it is deployed in linux the image tag won't show... anyone please help.![]()




Reply With Quote