<?php
/************************************************************************************
* Script Website Master (SWM) *
* *
* @package SWM *
* @author Script Master Website http://www.Scriptwebsitemaster.org *
* @copyright 2015 Script Website Master *
* @license http://www.Scriptwebsitemaster.org/about/swm/license.php BSD *
* *
* @version 1 *
* *
************************************************************************************/
?>
<html>
<head>
<title>แสดงโฆษณา ระบบสุ่มแบนเนอร์ - Powered by swm!</title>
<meta name="keywords" content="">
<meta name="description" content=",swm! Script Master Website">
<meta name="generator" content="swm! v1.0">
<meta name="author" content="swm! Team and ScriptMasterWebsite UI Team">
<meta name="copyright" content="2001-2013 ScriptMasterWebsite Inc.">
</head>
<body>
<?
//กำหนดชื่อโฮสต์, User name และ password
$link=mysql_connect("localhost","root","1234");
mysql_query("Use db_swm"); //เรียกใช้ฐานข้อมูลชื่อว่า db_swm
//ดึงหมายเลขภาพที่ต่ำที่สุดออกมาจากตาราง banner_picture
$sql="Select Min(no) minimum From banner_picture;";
$result=mysql_query($sql);
while($dbarr=mysql_fetch_array($result))
{
$min=$dbarr['minimum']; //เก็บหมายเลขภาพที่ต่ำที่สุดไว้ในตัวแปร $min
}
//ดึงหมายเลขภาพที่มากที่สุดออกมาจากตาราง banner_picture
$sql="Select Max(no) maximum From banner_picture;";
$result=mysql_query($sql);
while($dbarr=mysql_fetch_array($result))
{
$max=$dbarr['maximum']; //เก็บหมายเลขภาพที่ต่ำที่สุดไว้ในตัวแปร $min
}
$random_banner=rand($min,$max); //ใช้ฟัง์ชันในการสุ่มตัวเลข
//ดึงเรคอร์ดจากตาราง banner_picture โดยดึงฌฉพาะหมายเลขภาพที่ได้จากการสุ่ม
$sql="Select*From banner_picture Where no=$random_banner;";
$result=mysql_query($sql);
while($dbarr=mysql_fetch_array($result))
{
$picture_file=$dbarr['picture']; //เก็บชื่อไฟล์ไว้ในตัวแปร $picture_file
}
//แสดงรูปภาพบนบราวเซอร์
echo "<img src=$picture_file border=0>";
mysql_close($link);
?>
</body>
</html>
/************************************************************************************
* Script Website Master (SWM) *
* *
* @package SWM *
* @author Script Master Website http://www.Scriptwebsitemaster.org *
* @copyright 2015 Script Website Master *
* @license http://www.Scriptwebsitemaster.org/about/swm/license.php BSD *
* *
* @version 1 *
* *
************************************************************************************/
?>
<html>
<head>
<title>แสดงโฆษณา ระบบสุ่มแบนเนอร์ - Powered by swm!</title>
<meta name="keywords" content="">
<meta name="description" content=",swm! Script Master Website">
<meta name="generator" content="swm! v1.0">
<meta name="author" content="swm! Team and ScriptMasterWebsite UI Team">
<meta name="copyright" content="2001-2013 ScriptMasterWebsite Inc.">
</head>
<body>
<?
//กำหนดชื่อโฮสต์, User name และ password
$link=mysql_connect("localhost","root","1234");
mysql_query("Use db_swm"); //เรียกใช้ฐานข้อมูลชื่อว่า db_swm
//ดึงหมายเลขภาพที่ต่ำที่สุดออกมาจากตาราง banner_picture
$sql="Select Min(no) minimum From banner_picture;";
$result=mysql_query($sql);
while($dbarr=mysql_fetch_array($result))
{
$min=$dbarr['minimum']; //เก็บหมายเลขภาพที่ต่ำที่สุดไว้ในตัวแปร $min
}
//ดึงหมายเลขภาพที่มากที่สุดออกมาจากตาราง banner_picture
$sql="Select Max(no) maximum From banner_picture;";
$result=mysql_query($sql);
while($dbarr=mysql_fetch_array($result))
{
$max=$dbarr['maximum']; //เก็บหมายเลขภาพที่ต่ำที่สุดไว้ในตัวแปร $min
}
$random_banner=rand($min,$max); //ใช้ฟัง์ชันในการสุ่มตัวเลข
//ดึงเรคอร์ดจากตาราง banner_picture โดยดึงฌฉพาะหมายเลขภาพที่ได้จากการสุ่ม
$sql="Select*From banner_picture Where no=$random_banner;";
$result=mysql_query($sql);
while($dbarr=mysql_fetch_array($result))
{
$picture_file=$dbarr['picture']; //เก็บชื่อไฟล์ไว้ในตัวแปร $picture_file
}
//แสดงรูปภาพบนบราวเซอร์
echo "<img src=$picture_file border=0>";
mysql_close($link);
?>
</body>
</html>
0 ความคิดเห็น:
แสดงความคิดเห็น