Heim >Backend-Entwicklung >PHP-Tutorial >十二生肖查询网页版制作(php),生肖php_PHP教程

十二生肖查询网页版制作(php),生肖php_PHP教程

WBOY
WBOYOriginal
2016-07-13 10:05:55960Durchsuche

十二生肖查询网页版制作(php),生肖php

今天无聊做了一个十二生肖查询器:

预览网址效果:http://hongxing01.hktd02u.me48.com/03Sxcx

源代码下载:http://down.51cto.com/data/1985014

 

这个Demo的学习很适合php初学者学习,练练手。大神勿喷

每个人都是从初学开始的。

 

/p>

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

   

       

       

生肖查询

       

            *{

                margin:0;

                padding:0;

            }

            .knr{

                margin:0 auto;

                padding:0 auto;

                width:540px;

            }

            .tit{

                background:url('./img/tit.png') no-repeat;

                height:40px;

                padding-top:20px;

                padding-left:20px;

                font:normal bold 12pt serif;

                color:#026ea3;

            }

            .main{

                float:left;

                border-left:1px solid #a9c9d0;

                border-right:1px solid #a9c9d0;

                border-bottom:1px solid #a9c9d0;

                width:538px;

            }

            .inp{

                float:left;

                width:300px;

                margin-left:20px;

                margin-top:20px;

            }

            .intext{

                width:250px;

                height:25px;

            }

            .bun{

                margin-top:15px;

                margin-left:15px;

            }

            .sximg{

                float:left;

                border:1px solid #a9c9d0;

                width:170;

                height:170;

    

               margin-bottom:10px; 

            }

       

   

   

       

           

                十二生肖查询

           

           

               

                   

                       

                       

                       

                   

               

               

                $year = isset($_REQUEST['year']) ? $_REQUEST['year'] : 1993;

                if(isset($year)&&($year>1902 && $year

                    $sx = $year % 12;

?>

                   

                        十二生肖查询网页版制作(php),生肖php_PHP教程

                   

                }else{

                    echo '请输入正确的出生年份!';

                }

?>

               

           

       

   

   

    <script></script>

        baidu.app.autoHeight();

        baidu.app.setHeight(200);

   

    

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/961718.htmlTechArticle十二生肖查询网页版制作(php),生肖php 今天无聊做了一个十二生肖查询器: 预览网址效果:http://hongxing01.hktd02u.me48.com/03Sxcx 源代码下载...
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn