有这样一个要求,就是我要先把润安大厦显示出来,然后再统计润安大厦 一共领取了多少台电脑
回复讨论(解决方案)
读取时自己累加就是了
读取时自己累加就是了
麻烦您说的具体点...谢谢了!
$sql="select sum(number) as total where where area='润安大厦'"; $result=mysql_query($sql); while($row=mysql_fetch_array($result)){ $total=$row['total']; } echo "润安大厦:".$total."台";
还要怎么具体呢?
有数组
array(
array('a', 1),
array('a', 2),
array('b', 1),
array('c', 1),
array('a', 1),
)
现要求按第一列分别对第二列求和,你说该如何做?
还要怎么具体呢?
有数组
array(
array('a', 1),
array('a', 2),
array('b', 1),
array('c', 1),
array('a', 1),
)
现要求按第一列分别对第二列求和,你说该如何做?
$query = "select * from tbl_apply_register where area = '润安大厦'"; $sql = mysql_query($query); while($row = mysql_fetch_array($sql)){ $tmp[] = $row[number]; } echo array_sum($tmp);
$sql="select sum(number) as total where where area='润安大厦'"; $result=mysql_query($sql); while($row=mysql_fetch_array($result)){ $total=$row['total']; } echo "润安大厦:".$total."台";
$query = "select * from tbl_apply_register where area = '润安大厦'"; $sql = mysql_query($query); while($row = mysql_fetch_array($sql)){ $tmp[] = $row[number]; } echo array_sum($tmp);
$sql="select sum(number) as total where where area='润安大厦'";
不好意思,多了个where
你的方法跟我的本质相同,不过我的是在数据库中直接算出来。

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

The article discusses adding custom functionality to frameworks, focusing on understanding architecture, identifying extension points, and best practices for integration and debugging.

Alipay PHP...


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

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.

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SublimeText3 English version
Recommended: Win version, supports code prompts!

Zend Studio 13.0.1
Powerful PHP integrated development environment