网页 PHP 动态师范

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 

Transitional//EN" 

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-

transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; 

charset=utf-8" />
<script src="../jquery-1.11.2.min.js"></script>
<title>无标题文档</title>
<style type="text/css">
*
{
    padding:0px;
    margin:0px auto;
    font-family:微软雅黑;
}
.cd:hover
{
    cursor:pointer;
}
</style>
</head>

<body>

<div style="width:1300px">

<div id="top">
    <div id="topleft" style="width:600px; 

float:left">

        <?php

            $code = $_GET["code"];

            include("mydbda.php");
            $db = new mydbda();

            $sql = "select Pic from 

ChePic where CarCode = ‘{$code}‘";
            $attr = $db->Select

($sql,"CX","guazi");

            $sqlcar = "select * from 

carinfo where Code = ‘{$code}‘";
            $attrcar = $db->Select

($sqlcar,"CX","guazi");

        ?>

        <div style="width:600px; height:400px"><img 

src="<?php echo $attr[0][0];?>" style="width:600px; 

height:400px"/></div>
        <div style="width:600px; height:121px; 

margin-top:10px">
        <?php

            for($i=0;$i<count($attr);$i+

+)
            {

                echo "<img src=‘{$attr[$i]

[0]}‘ style=‘width:90px; height:60px; margin-

left:5px;‘ />";
            }
        ?>
        </div>
    </div>
    <div id="topright" style="width:680px; 

float:left; margin-left:20px">
        <div style="font-size:24px; font-weight:bold; 

color:#333;"><?php echo $attrcar[0][1]?></div>
        <div style="margin:10px 0px 0px 0px; font-

size:12px;">车源号:<?php echo $attrcar[0][2] ?></div>
        <hr style="width:680px; margin:10px 10px 0px 

0px;" />
        <div style="height:41px; font-

size:12px"><span>车主报价:</span><span style="font-

size:36px; font-weight:bold; color:#ff7e00">¥<?php 

echo $attrcar[0][3] ?>万</span><span>新车价(含税)

</span><span style="color:#ff7e00"><?php echo 

$attrcar[0][4] ?>万</span><span>, 省</span><span 

style="color:#ff7e00"><?php echo $attrcar[0][4]-

$attrcar[0][3] ?>万</span></div>
        <div style="font-size:12px; margin-top:10px">

分期付款:首付<span style="color:#ff7e00">3.24万

</span> ,月供<span style="color:#ff7e00">1260元 

</span></div>
        <div style="font-size:12px; margin-top:10px">

服 务 费:3240元(车价x3%),送1年2万公里质保</div>

        <div style="height:44px; width:540px; font-

size:12px; margin:10px 0px 0px 0px">
            <div style="width:135px; height:44px; 

float:left;">
                <div style="font-size:16px; font-

weight:bold"><?php echo $attrcar[0][6] ?></div>
                <div>上牌时间</div>
            </div>
            <div style="width:135px; 

height:44px;float:left">
            <div style="font-size:16px; font-

weight:bold"><?php echo $attrcar[0][7] ?></div>
                <div>里程</div>
            </div>
            <div style="width:135px; 

height:44px;float:left">
            <div style="font-size:16px; font-

weight:bold"><?php
            if($attrcar[0][8]==0)
            {
                echo "手动";
            }
            else if($attrcar[0][8]==1)
            {
                echo "自动";
            }
            else
            {
                echo "手自一体";
            }
            ?></div>
                <div>变速箱</div>
            </div>

            <div style="width:135px; 

height:44px;float:left">
            <div style="font-size:16px; font-

weight:bold"><?php echo $attrcar[0][9] ?></div>
                <div>排放标准</div>
            </div>

        </div>

        <div style="margin-top:10px">
            <div style="width:115px; height:48px; 

float:left; background-color:#fd8000; text-

align:center; line-height:48px; vertical-

align:middle; color:white; font-size:18px;">预约看车

</div>
            <div style="width:115px; height:48px; 

float:left; background-color:#fd8000; text-

align:center; line-height:48px; vertical-

align:middle; color:white; font-size:18px;margin-

left:10px">预约看车</div>
        </div>

        <div style="clear:both"></div>

        <div style="margin-top:10px; font-

size:18px;"> <span style="color:#fd8000">看车电话:

</span> <span style=" font-weight:bold"><?php echo 

$attrcar[0][10] ?></span></div>

    </div>

</div>

<div style="clear:both"></div>

<div style="width:100%; height:48px; border:solid 1px 

#ddd; color:#666;font-size:16px;">
    <div class="cd" bs="jbxx" style="width:125px; 

height:46px; background-color:#22ac38; float:left; 

border:solid 1px #ddd; color:white; text-

align:center; line-height:46px; vertical-align:middle 

">基本信息
    </div>

    <div class="cd" bs="cltp" style="width:125px; 

height:46px; background-color:#FFF; float:left; 

border:solid 1px #ddd; color:#666; text-align:center; 

line-height:46px; vertical-align:middle ">车辆图片
    </div>

    <div class="cd" bs="jcbg" style="width:125px; 

height:46px; background-color:#FFF; float:left; 

border:solid 1px #ddd; color:#666; text-align:center; 

line-height:46px; vertical-align:middle ">检测报告
    </div>

    <div class="cd" bs="pzcs" style="width:125px; 

height:46px; background-color:#FFF; float:left; 

border:solid 1px #ddd; color:#666; text-align:center; 

line-height:46px; vertical-align:middle ">配置参数
    </div>

</div>

<!--基本信息-->
<div class="xq" id="jbxx" style="width:100%; 

display:block">
    <div style=" margin-top:10px;font-size:16px; 

color:#666; font-weight:bold">
    <div style="background-color:#22ac38; 

height:16px; width:4px;float:left; margin-

right:5px;"></div>
    基本信息</div>

    <div style="width:100%; font-size:14px;margin-

top:20px">
        <div style="width:220px; height:24px; 

float:left;margin-right:30px">车主: 王先生| 职员| 顺

义</div>
        <div style="width:200px; 

height:24px;float:left;margin-right:30px">年检到期:

2017-10</div>
         <div style="width:200px; 

height:24px;float:left;margin-right:30px">交强险到期:

2016-10</div>
         <div style="width:200px; 

height:24px;float:left;margin-right:30px">商业险到期:

2016-10</div>
          <div style="width:200px; 

height:24px;float:left;margin-right:30px">过户次数:

2016-10</div>

    </div>
    <div style="clear:both"></div>

    <div style="width:100%; height:80px; background-

color:#f9f9f9;border:solid 1px #ddd; margin-top:10px; 

word-wrap:break-word; word-break:break-all;font-

size:14px; padding:15px 0px 15px 15px;">还拉黑的卡拉哈

里还法拉赫客户</div>

</div>

<!--车辆图片-->
<div class="xq" id="cltp" style="width:100%; 

display:none">
    <div style=" margin-top:10px;font-size:16px; 

color:#666; font-weight:bold">
    <div style="background-color:#22ac38; 

height:16px; width:4px;float:left; margin-

right:5px;"></div>
    车辆图片</div>
    <?php

            for($i=0;$i<count($attr);$i+

+)
            {

                echo "<img src=‘{$attr[$i]

[0]}‘ style=‘width:580px; height:400px; 

margin:10px;‘/>";
            }
        ?>

</div>

<!--检测报告-->
<div class="xq" id="jcbg" style="width:100%; 

height:500px; background-color:#63C; 

display:none"></div>

<!--配置参数-->
<div class="xq" id="pzcs" style="width:100%; 

height:500px; background-color:#FC0; display:none">
</div>

</div>

<script type="text/javascript">
$(document).ready(function(e) {

    $(".cd").click(function(){
            //所有DIV背景变白,字体变灰色
            $(".cd").css("background-

color","#FFF");
            $(".cd").css("color","#666");
            //自己变绿,字体变白
            $(this).css("background-

color","#22ac38");
            $(this).css("color","#FFF");

            //控制详情显示
            var id = $(this).attr("bs");
            $(".xq").css

("display","none");
            $("#"+id).css

("display","block");

            //添加一个自定义属性
            $(".cd").removeAttr("xz");
            $(this).attr("xz","1");

        })

    $(".cd").mouseover(function(){

            //自己变绿,字体变白
            $(this).css("background-

color","#22ac38");
            $(this).css("color","#FFF");

        })

    $(".cd").mouseout(function(){

        if($(this).attr("xz") == "1")
        {
        }
        else
        {
        //变回原形
        $(this).css("background-

color","#FFF");
        $(this).css("color","#666");
        }

    })

});
</script>
</body>
</html>

<?php
    class mydbda
    {
        var $host = "localhost";
        var $username = "root";
        var $password = "123";
        var $database = "mydb";

        /**
            功能:执行SQL语句,返回结果
            参数:$sql:要执行的SQL语句
                 $type:SQL语句的类型

,CX代表查询,QT代表其他
                 $data:要操作的数据库
            返回值:如果是查询,返回结果集
                  如果是其他语句,执行

成功返回OK,失败返回NO
        */
        function Select($sql,$type,$data)
        {

            //1.造连接对象
            $db = new mysqli($this-

>host,$this->username,$this->password,$data);

            //2.判断是否连接成功
            if(mysqli_connect_error())
            {
                echo "连接失败";

                //退出整个程序
                exit;
            }
            else
            {
                //4.执行SQL语句

                $result = $db->query

($sql);

                if($type == "CX")
                {
                    return 

$result->fetch_all();
                }
                else
                {
                    if($result)
                    {

return "OK";
                    }
                    else
                    {

return "NO";
                    }
                }

            }
        }

    }
?>

mydbda

时间: 2024-10-07 14:56:37

网页 PHP 动态师范的相关文章

ASP.NET总结——静态网页与动态网页

刚刚看完<北大青鸟ASP.NET>视频的前六集.这六集视频给我太多太多听觉和视觉上的"刺激"(太卡了).尽管如此,在视频当中,我依然接触了许多新的概念,知识.(其实也不算新,只是这次好像正式了些.)之后,它们就激起了我很大的求知欲望.可是搜索了一番,还是觉得自己理解地很浅显,但是我觉得非常有必要总结一下,这样才能为以后深入地理解打下基础.         静态网页与动态网页 当初,在看<牛腩新闻发布系统>的时候,小牛老师有的时候创建的网页的后缀是.aspx的,有

java 如何获取网页的动态内容,并解析网页内容

(笔记) 获取网页的动态内容参考 https://pastebin.com/raw/FePkm2kp Maven: <!--获取网页源码,包括动态内容--><dependency> <groupId>htmlunit</groupId> <artifactId>htmlunit</artifactId> <version>1.14</version></dependency> 实现: WebClie

静态网页VS动态网页

在做<牛腩新闻发布系统>的时候,建立的网页有.html的,还有.aspx,刚开始接触,还以为这些东西是一样的呢,当看ASP.NET视频的时候,听见里面讲课的老师有提到了这两样,原来是静态网页和动态网页之分. 静态网页 网页里面没有程序代码,不被服务器执行,静态网页每个静态网页都有一个固定的URL,通常以.htm..html等常见形式为后缀,网页内容一经发布到网站服务器上,无论是否有用户访问,每个静态网页的内容都是保存在网站服务器上的,也就是说,静态网页是实实在在保存在服务器上的文件,每个网页都

静态网页与动态网页的区别

1. 什么是静态网页?什么是动态网页?两者的区别是什么?试举例说明. 答:在网站设计中,纯粹 HTML 格式的网页通常被称为 " 静态网页 " ,早期的网站一般都是 由静态网页制作的.静态网页是相对于动态网页而言,是指没有后台数据库.不含程序和 不可交互的网页.你编的是什么它显示的就是什么.不会有任何改变.静态网页相对更新 起来比较麻烦,适用于一般更新较少的展示型网站.静态网页的网址形式通常为 : www.exa mple.com/eg/eg.htm ,也就是以 .htm . .htm

什么是静态网页与动态网页

什么是静态网页与动态网页? 在服务器端运行的程序.网页.组件,属于动态网页,它们会随不同客户.不同时间,返回不同的网页 运行于客户端的程序.网页.插件.组件,属于静态网页 区分动态网页与静态网页的基本方法: ---->>>>第一看后缀名,第二看是否能与服务器发生交互行为. 静态页面特点: 静态网页是相对于动态网页而言,是指没有后台数据库.不含程序和不可交互的网页.你编的是什么它显示的就是什么.不会有任何改变. 静态网页相对更新起来比较麻烦,适用于一般更新较少的展示型网站 静态网页是

静态网页和动态网页

一.静态网页 HTML(超文本标记语言)格式的网页通常被称为“静态网页”.比如:以.htm和.html等形式为后缀的文件. 那么静态网页又能做什么呢?静态网页中可以包含文本.图像.声音.FLASH动画.客户端脚本. 二.动态网页 所谓的动态网页,是指跟静态网页相对的一种网页编程技术.可以简单的理解是以·aspx..asp..jsp..php..perl..cgi等形式为后缀文件称之为“动态网页”. 注:动态网页中的动态,不是指网页中页面元素以及网页特效的“动”.而是指:与后台数据库进行交互,数据

静态网页 和 动态网页

一.静态网页 HTML(超文本标记语言)格式的网页通常被称为"静态网页".比如:以.htm和.html等形式为后缀的文件. 那么静态网页又能做什么呢?静态网页中可以包含文本.图像.声音.FLASH动画.客户端脚本. 二.动态网页 所谓的动态网页,是指跟静态网页相对的一种网页编程技术.可以简单的理解是以·aspx..asp..jsp..php..perl..cgi等形式为后缀文件称之为"动态网页". 注:动态网页中的动态,不是指网页中页面元素以及网页特效的"

静态网页与动态网页区别(转)

静态网页,动态网页主要根据网页制作的语言来区分: 静态网页使用语言:HTML(超文本标记语言) 动态网页使用语言:HTML+ASP 或 HTML+PHP 或 HTML+JSP 等. 静态网页与动态的区别 程序是否在服务器端运行,是重要标志.在服务器端运行的程序.网页.组件,属于动态网页,它们会随不同客户.不同时间,返回不同的网页,例如ASP.PHP.JSP.ASP.net.CGI等.运行于客户端的程序.网页.插件.组件,属于静态网页,例如html页.Flash.JavaScript.VBScri

用Canvas为网页添加动态背景

最近刚刚接到为微信公众帐号"玩转三里屯"制作首页的任务.考虑到页面只在手机中浏览,而且手机对canvas的支持又非常好,所以打算使用canvas做点不一样的动画. 首先来看下效果图. 要实现这样的动画普通的CSS3是鞭长莫及了,只能使用Canvas.好在使用canvas也非常简单. Step1. 新建一个画布(<canvas>)元素,并放在在所有按钮和logo的下方以免遮挡前面的元素. <canvas id="canvas" style="