婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁(yè) > 知識(shí)庫(kù) > PHP實(shí)現(xiàn)簡(jiǎn)單的計(jì)算器

PHP實(shí)現(xiàn)簡(jiǎn)單的計(jì)算器

熱門標(biāo)簽:如何在世界地圖標(biāo)注 廈門400電話辦理選易號(hào)網(wǎng) 電子地圖標(biāo)注怎么修改 菏澤語(yǔ)音外呼系統(tǒng)運(yùn)營(yíng)商 臨沂crm外呼系統(tǒng)平臺(tái) 地圖標(biāo)注符號(hào)樣式有 公司外呼系統(tǒng)中心 梧州市機(jī)器人外呼系統(tǒng)怎么樣 天客通地圖標(biāo)注

本文實(shí)例為大家分享了PHP實(shí)現(xiàn)簡(jiǎn)單計(jì)算器的具體代碼,供大家參考,具體內(nèi)容如下

caculator.php

html>
head>
 
/head>
body>
 
?php
if (!empty($_POST)) {
  $data1 = $_POST["data1"];
  $data2 = $_POST["data2"];
  $fuhao = $_POST["fuhao"];
  $result = "";
 
  echo $data1;
  echo $data2;
  echo $fuhao;
  echo $result;
 
 
  if ($fuhao == '+') {
    $result = $data1 + $data2;
  } else if ($fuhao == '-') {
    $result = $data1 - $data2;
  } else if ($fuhao == '*') {
    $result = $data1 * $data2;
  } else if ($fuhao == '/') {
    $result = $data1 / $data2;
  }
} else {
  $data1 = "";
  $data2 = "";
  $fuhao = "";
  $result = "";
}
 
?>
 
form action="caculator.php" method="post">
  input type="text" name="data1" value="?php echo $data1; ?>"/>
  select name="fuhao">
 
    option value="+"
        ?php if ($fuhao == "+") {
          echo 'selected="selected"';
        } ?>>+
    /option>
    option value="-"
        ?php if ($fuhao == "-") {
          echo 'selected="selected"';
        } ?>>-
    /option>
    option value="*"
        ?php if ($fuhao == "*") {
          echo 'selected="selected"';
        } ?>>*
    /option>
    option value="/"
    ?php if ($fuhao == "/") {
      echo 'selected="selected"';
    } ?>>/
    /option>
 
    /option>
  /select>
  input type="text" name="data2" value="?php echo $data2; ?>"/>
  input type="submit" value="="/>
  input name="result" type="text" value="?php echo $result; ?>"/>
  input type="reset"/>
 
/form>
 
 
/body>
/html>

運(yùn)行結(jié)果:

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

您可能感興趣的文章:
  • PHP實(shí)現(xiàn)簡(jiǎn)易圖形計(jì)算器
  • php實(shí)現(xiàn)簡(jiǎn)易計(jì)算器
  • PHP實(shí)現(xiàn)簡(jiǎn)易計(jì)算器功能
  • PHP實(shí)現(xiàn)的簡(jiǎn)單在線計(jì)算器功能示例
  • php編程實(shí)現(xiàn)簡(jiǎn)單的網(wǎng)頁(yè)版計(jì)算器功能示例
  • PHP房貸計(jì)算器實(shí)例代碼,等額本息,等額本金
  • PHP實(shí)現(xiàn)的簡(jiǎn)單三角形、矩形周長(zhǎng)面積計(jì)算器分享
  • 用php簡(jiǎn)單實(shí)現(xiàn)加減乘除計(jì)算器
  • php學(xué)習(xí)之簡(jiǎn)單計(jì)算器實(shí)現(xiàn)代碼
  • PHP實(shí)現(xiàn)計(jì)算器小功能

標(biāo)簽:瀘州 雞西 白城 貴陽(yáng) 郴州 黃石 迪慶 綿陽(yáng)

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《PHP實(shí)現(xiàn)簡(jiǎn)單的計(jì)算器》,本文關(guān)鍵詞  PHP,實(shí)現(xiàn),簡(jiǎn)單,的,計(jì)算器,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《PHP實(shí)現(xiàn)簡(jiǎn)單的計(jì)算器》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于PHP實(shí)現(xiàn)簡(jiǎn)單的計(jì)算器的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章
    主站蜘蛛池模板: 苍溪县| 高青县| 米林县| 松潘县| 新津县| 勐海县| 金乡县| 宜良县| 台南县| 乌拉特后旗| 东莞市| 铁力市| 康定县| 北辰区| 河曲县| 崇义县| 武义县| 峡江县| 大余县| 泰州市| 古田县| 广昌县| 满城县| 晴隆县| 宜兴市| 洞口县| 通化市| 昭平县| 门头沟区| 长治县| 遵义县| 凌源市| 武威市| 礼泉县| 尼勒克县| 北流市| 岳阳县| 滁州市| 普兰县| 光山县| 张家港市|