PHP头条
热点:

PHP+MYSQL的文章管理系统(二)


###############index.php######################
<?session_start();
require"./inc/func.php";
mscon();
require "./inc/header.inc";
?>
<script language="javascript">
function opwin(filename)
{ window.open("read_article.php?id="+filename,"","height=500,width=585,resizable=no,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#003399" height="23">
<tr>
<td width="80">
<div id="Layer2" style="position:absolute; left:7px; top:17px; width:43px; height:44px; z-index:2"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="80" height="60">
<param name=movie value="images/logo.swf">
<param name=quality value=high>
<param name="wmode" value="transparent">
<embed src="images/logo.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="80" height="60" wmode="transparent">
</embed>
</object></div>
<div id="Layer1" style="position:absolute; left:-5px; top:61px; width:49px; height:37px; z-index:1"><img src="images/11.gif" width="58" height="55"></div>

www.phpzy.comtrue/php/23486.htmlTechArticlePHP+MYSQL的文章管理系统(二) ###############index.php###################### ?session_start(); require./inc/func.php; mscon(); require ./inc/header.inc; ? script language=javascript function opwin(filename) { window.open(read_article....

相关文章

    暂无相关文章

PHP之友评论

今天推荐