header.inc

来自「PHP解释器」· INC 代码 · 共 13 行

INC
13
字号
<? 	$theight = 50;           /* height of thumbnails */	mysql_pconnect("localhost","nobody","") or die("Unable to connect to SQL server");	mysql_select_db("rasmus") or die("Unable to select database");?><html><head><title><?echo $title?></title></head><body bgcolor="#000000" text="#FFCA2F" link="#DEC000" vlink="#ffffff"><FONT FACE="Verdana, Arial, Helvetica"><h1 align=center><?echo $title?></h1><br>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?