search
Homephp教程php手册简单的计算功能

效果图

要做出上面的效果图,我们需要对隐藏表单的元素有个简单的了解

隐藏表单的元素的语法格式为:,其功能是在浏览网页时使浏览器不显示这个表单字段元素,但在提交表单时将这个隐藏表单元素的name属性

和value属性值发送给服务器

<span style="color: #000000;">php
    </span><span style="color: #800080;">$CFQ</span> = <span style="color: #800080;">$_POST</span>["tag"];<span style="color: #008000;">//</span><span style="color: #008000;">判断用户是否单击了计算按钮</span>
    <span style="color: #0000ff;">if</span>(<span style="color: #800080;">$CFQ</span> == 1<span style="color: #000000;">)
    {
        </span><span style="color: #800080;">$addnum1</span> = <span style="color: #800080;">$_POST</span>["addnum1"];<span style="color: #008000;">//</span><span style="color: #008000;">通过$_POST内置数组获取加数</span>
        <span style="color: #800080;">$addnum2</span> = <span style="color: #800080;">$_POST</span>["addnum2"<span style="color: #000000;">];
    }
    </span><span style="color: #0000ff;">else</span><span style="color: #000000;">{
        </span><span style="color: #800080;">$addnum1</span> = <span style="color: #800080;">$addnum2</span> = 0<span style="color: #000000;">;        
    }
    </span><span style="color: #800080;">$sum</span> = <span style="color: #800080;">$addnum1</span> + <span style="color: #800080;">$addnum2</span><span style="color: #000000;">;
</span>?><span style="color: #000000;">
在表单中输入两个整数
</span>
$addnum1;?>"> + $addnum2;?>"> = echo $sum;?>

 

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),