/ Published in: PHP
用æ£åˆ™è¡¨è¾¾å¼ä»Žæ•°æ®åº“ä¸é€‰å‡ºæ‰€æœ‰å—æ¯çš†ä¸ºå£°æ¯çš„å››å—æ¯åŸŸå
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php /* * Author: polo.mp * Data: 2009-03-26 * Url: http://www.pjoke.com/tools/domain/4shengmu.php */ $smfile = "4shengmu.html"; $smTime = 0; } if ($nowTime - $smTime > 1) { //1å°æ—¶1次 } else { include("header.php"); include("footer.php"); exit; } require_once('../../db/jk-config.php'); $sqlstr = "select * from pooldrop where length(`name`)<5 and `name` not regexp '[^b-df-hj-np-tw-z]' and `type`='com'"; $result = $jkdb->get_results($sqlstr); $htmltext = "<p>å¾…åˆ é™¤çš„4声æ¯åŸŸå(.com)</p></td> </tr> <tr><td></td></tr> <tr> <td width=\"773\" colspan=\"2\">"; if ($result) { $htmltext.= "<table><tr><td>4声æ¯</td><td>åŽç¼€</td><td>åˆ é™¤æ—¥æœŸï¼ˆç¾Žå›½ä¸œéƒ¨æ—¶é—´ï¼‰</td></tr>"; foreach ($result as $re) : endforeach; $htmltext .= "</table>"; } include("header.php"); echo $htmltext; include("footer.php"); ?>
URL: http://www.pjoke.com/tools/domain/4shengmu.php