以下为引用的内容: <?php echo "You Came From: "; echo $_SERVER['HTTP_REFERER']; ?> |
以下为引用的内容: <?php if(($REMOTE_ADDR == "22.22.22.22")):// ip address print "<meta http-equiv='refresh' content='0; url='>";// url to redicted endif; ?> |
以下为引用的内容: <Title><?php include("title.php");?></Title> |
以下为引用的内容: <?php echo"<html>\n"; echo"<head>\n"; echo"<title>allo</TITLE>\n"; echo"</head>\n"; echo"<body topmargin=\"0\" leftmargin=\"0\" rightmargin=\"0\" bottommargin=\"5\" bgcolor=\"#ffffff\">\n"; echo"<center>\n"; echo"<table width=\"500\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n"; echo"<tr>\n"; echo"<td>\n"; echo"<p align=\"center\">\n"; echo" \n"; echo"Text Goes Here\n"; echo"</p>\n"; echo"</td>\n"; echo"</tr>\n"; echo"</table>\n"; echo"</center>"; echo"</body>\n"; echo"</html>"; ?> |
以下为引用的内容: <? $name="Name"; $salutation="Hey!"; $title="phperz.com"; $copyrights="©2005 phperz.com"; $link_1="Home"; ?> |
以下为引用的内容: <? phpinfo(); ?> |