Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7691223
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:34:24+00:00 2026-05-31T20:34:24+00:00

I am trying to select minimum and maximum value for capacity from MySQL table

  • 0

I am trying to select minimum and maximum value for capacity from MySQL table but whenever I try I get the following error:

Warning: min(): When only one parameter is given, it must be an array
in /campus/campus.php on line 38 Call Stack: 0.0003 352296 1. {main}()
/campus/campus.php:0 0.0124 1654304 2. min() /campus/campus.php:38
Warning: max(): When only one parameter is given, it must be an array
in /campus/campus.php on line 39 Call Stack: 0.0003 352296 1. {main}()
/campus/campus.php:0 0.0125 1654360 2. max() /campus/campus.php:39

Here is the code I’m using:

$sql= "SELECT MIN(capacity), MAX(capacity) FROM room";

$res =& $db->query($sql);
if (PEAR::isError($res)) {
    die($res->getMessage());
}

while($row = $res->fetchRow())
    {
        $minCapacity = $row[MIN(capacity)];
        $maxCapacity = $row[MAX(capacity)];
    }

echo $minCapacity;
echo $maxCapacity;
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T20:34:25+00:00Added an answer on May 31, 2026 at 8:34 pm
        $minCapacity = $row['MIN(capacity)'];
                            ^--           ^--
    

    the indicated quotes are missing. min() is a valid PHP function, so you’re trying to use the results of PHP’s min function as an array index in $row.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to select data from a table defined similar to the following :
I'm trying to select a random 10% sampling from a small table. I thought
I'm trying to select a column from a single table (no joins) and I
I am trying to get 2 rows from a table at one shot. The
I'm trying select a tr inside a table to delete it but am not
I am trying to fetch the minimum value of a column in MySQL using
I am trying to select some fields from one table and insert them into
In trying to select elements that have any attributes, the following throws a jQuery
When trying to select fields from a subquery if ANY of the subqueries do
I'm trying to select the used range. I get the worksheet's UsedRange, then I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.