PHP编写网页BS结构计算器

利用PHP和Html + javascript 编写一个简单的网页计算器程序,可以根据这种有趣的开发构架出更加有趣的网页。
​1. [代码]PHP计算器    
<html>
<head>
<title>caculator</title>
</head>
 
<body>
<form name="myform" method="POST">
<tr>
<script language = "javascript">
</script>
<td><input type="text" name="text1"/></td><br/>
<td><input type="text" name="sign" value="+"/<?$_GET['add']?></td><br/>
<td><input type="text" name="text2"/></td><br/>
<td><input type="text" name="text3"/></td><br/>
<td><input type="button" name="count" value="="/></td><br/>
<td><input type="text" name="equals"/></td><br/>
<td><input type="reset" name="reset"/></td><br/>
</tr>
<tr>
<script language = "javascript">
function count(text3){
    var text1 = parseint(document.form.text1.value);
    var text2 = parseint(document.form.text2.value);
}
switch(text3){
    case 0:
        document.form.text3.value = text1 + text2;
        break;
        case 1:
            document.form.text3.value = text1 - text2;
            break;
        case 2:
            document.form.text3.value = text1 * text2;
            break;
        case 3:
            document.form.text3.value = text1 / text2;
            break;
            default(text3 = text1/text2!=0){
                document.form.text3.value = text1/text2;
            }
}
</script>
<td><input type="text" name="text1"/></td><br/>
<td><input type="text" name="sign" value="-"/><?$_GET['sub']?></td><br/>
<td><input type="text" name="text2"/></td><br/>
<td><input type="text" name="text3"/></td><br/>
<td><input type="button" name="count" value="="/></td><br/>
<td><input type="text" name="equals"/></td><br/>
<td><input type="reset" name="reset"/></td><br/>
</tr>http://www.huiyi8.com/hunsha/​
<tr>婚纱摄影
<script language = "javascript">
</script>
<td><input type="text" name="text1"/></td><br/>
<td><input type="text" name="sign" value="*"/><?$_GET['mul']?></td><br/>
<td><input type="text" name="text2"/></td><br/>
<td><input type="text" name="text3"/></td><br/>
<td><input type="button" name="count" value="="/></td><br/>
<td><input type="text" name="equals"/></td><br/>
<td><input type="reset" name="reset"/></td><br/>
</tr>
<tr>
<script language = "javascript">
</script>
<td><input type="text" name="text1"/></td><br/>
<td><input type="text" name="sign" value="/"/><?$_GET['div']?></td><br/>
<td><input type="text" name="text2"/></td><br/>
<td><input type="text" name="text3"/></td><br/>
<td><input type="button" name="count" value="="/></td><br/>
<td><input type="text" name="equals"/></td><br/>
<td><input type="reset" name="reset"/></td><br/>
</tr>
</form>
<?php
class calculate{
    pbulic $text1;
    public $text2;
    public $text3;
    function add($text1,$text2){
        $text3 = $text1 + $text2;
        $this->text1=$text1;
        $this->text2=$text2;
        echo "$_GET[add]";
    }
        function sub($text1,$text2){
        $text3 = $text1 - $text2;
        $this->text1=$text1;
        $this->text2=$text2;
        echo "$_GET[sub]";
        }
            function mul($text1,$text2){
        $text3 = $text1 * $text2;
        $this->text1=$text1;
        $this->text2=$text2;
        echo "$_GET[mul]";
        }
        function div($text1,$text2){
        $text3 = $text1 / $text2;
        $this->text1=$text1;
        $this->text2=$text2;
        echo "$_GET[div]";
        }
        function getresult(){
        echo $text3 = ($text1 + $text2). ".$_GET[add]";
        echo $text3 = ($text1 + $text2). ".$_GET[sub]";
        echo $text3 = ($text1 + $text2). ".$_GET[mul]";
        echo $text3 = ($text1 + $text2). ".$_GET[div]";
        }
 
}
?>
</body>
</html>

转载于:https://www.cnblogs.com/xkzy/p/3922670.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值