Tagged Questions
0
votes
1answer
30 views
php Array specific printout
I have an array that looks like:
Array
(
[0] => Array
(
[0] => 2013
[1] => 12
[2] => 52
)
[1] => Array
(
[0] => 2013
...
0
votes
2answers
33 views
Calculate monthly totals using php
I am using the following code to work out the totals for jobs that I have been doing. What I would like to do now is add a total for each month, but im not sure how to adapt it it do that. I need ...
0
votes
0answers
34 views
child/parent pairs sum per level
sorry to ask, answer is probable recursive but cant get my head around recursion.
Have a workflow that can have sub-workflows in that workflow, I can calculate the time in each workflow, but am ...
1
vote
3answers
33 views
Mysql Query SUM dynamic amounts
I need help writing a mysql query to SUM amounts in a column where another columns values may be different depending on the value that it contains. Here is an example of my table.
account type ...
0
votes
3answers
32 views
getting sum of a column in php is not working
i'm trying to get the sum of values in a column inside php but it's not working at all while the query works fine when testing in MySQL here's the code (updated with full code)
...
-1
votes
1answer
39 views
PHP , Sum Of Common Division 2 Numbers
I want to Sum of Common Division Between two number,
in below is my code , and output is maghsom moshtarak is=24612
but Goal is 12 only;
please help me,
<?php
$m=0;
$j=6;
$h=12;
function ...
0
votes
2answers
31 views
How to find the sum of two colums with a quantity value
Ok so I am a lil confused how to go about this and seek some help..
I have a mysql db that has a column named quantity and another called price_paid
what I want to do is take and add up the entire ...
0
votes
2answers
37 views
How to sum each column on the table php
I want to sum each column on this table:
$docid = array(1, 2, 3, 4, 5);
$table = array('technology' => 1 , 'languange' => 2, 'town' => 3, 'gadget' => 4, 'smartphone' => 5);
...
0
votes
3answers
39 views
Sum a field in mysql [duplicate]
how do I get the output from this:
$VisitorsProfile = $mysql->query("SELECT SUM(views) FROM visitors_profile WHERE publisher = '123456'");
I tryed this but nothing prints me out!
<?php echo ...
1
vote
0answers
42 views
put a where in Sum clause in MYSQL [duplicate]
hi guys im using this MYSQL query to get the top uploader users and the total of thier images views in the current month :
$current_month = date('Y-m-d', strtotime("first day of this month")) . ' ...
0
votes
3answers
35 views
Mysql multiple SUM in one query - novice
I am counting clicks per category of ads. I am curently passing category to function, I have 10 cats, so I am calling this function 10 times to get number of clicks for each category. So i am trying ...
2
votes
1answer
32 views
I want to make a sum from 5 tables that have one column named “UP”
I have 5 tables (bepd , tirpd , elpd , frpd , kopd) with the same column named "Up" , and i want to make the sum of Up from all tables and to show it in a php code . can anyone help me ?
0
votes
3answers
41 views
PHP summing values from database - multidimensional arrays
I need to calculate a sub total of the items in a shopping cart. It stores the items added to the cart as an array of the product IDs in a session variable.
So to start with I need to use the ID in ...
0
votes
2answers
31 views
SELECT SUM not working in php code. How do I use it with mysqli
The name of the table is "hit" and the name of the row that i would like the sum of is "amount" but my code is not working
<?php
$result = $mysqli->query('SELECT sum(amount) FROM ...
-1
votes
1answer
21 views
Mysqli, add the contents of a column and display the results
I am trying to add together the contents of 3 columns in my database and then display the results, but I think my code is a bit flaky as it doesn't seem to be doing a lot.
I just get an error "Fatal ...
0
votes
2answers
48 views
how to subtract two table in php mysql
i have two table in mysql
1st is fees and 2nd is expenses
i want fees table subtract in to expenses table
how can i do this please help me to fix this issue thanks
fees table
...
0
votes
1answer
42 views
PHP variable with multiple strings to an array
This is extra code in a Drupal view table template so $row = the content I get..
var_dump($row);
// output:
array(5) {
["field_datum"]=> string(0) ""
["field_werf"]=> string(9) ...
0
votes
1answer
40 views
Sum Up Points Based on Questions Answered
The code is of a short-answer quiz for a uni course. What I'd like to do is to match students' response to answer stored in database. A matching answer (or keywords) counts as a point. I'm having ...
0
votes
1answer
39 views
Mysql Select 5 rows where sum of one combined column best matches a determined value
First, I have not even started coding this query yet simply because I don't know how to approach it. The scenario is this. In table_name I need to query against column_a selecting (all columns in) the ...
1
vote
1answer
74 views
PHP MYSQL SUM total but show rows
What I am trying to do is display earning by the page showing the last entries on top.
But it still needs to get the total up to each row.
So page one might look like this:
Date Amount ...
0
votes
1answer
65 views
PHP MYSQL SUM Until a row then stop
Basically I am creating a sort of checking account type query.
Which would be fairly easy except I want it split into pages.
So I have a field that is called amount and it can be a positive or a ...
0
votes
0answers
59 views
get total SUM from a column based on recordID php
I have a page showing utility bills for a property.
What I have achieved so far is to show the total of
ALL bills in the column but what I need to show is the
bills for the set property
Here is the ...
0
votes
1answer
29 views
How to SUM value using PHP function for ORACLE
Kindly help me.
I want to create a summary from raw database. Example:
ID | Vessel Name | Tonnage |
1 ABC 1000
2 CDE 2000
3 EFG 3000
6000 <-- How ...
1
vote
3answers
138 views
calculate sum of columns in mysql using boolean php
I have a table named expenses and it includes these columns:
ID, amount_1, amount_2, amount_1_paid, amount_2_paid, total
amount_x_paid is a TINYINT so it's used for checkboxes.
What I want to do ...
0
votes
2answers
40 views
Sum on multidimensional array with unpredictable keys
I've got this multi-dimensional array (if that's what it is called) of customers and inside the customer is his items, and the fee for those items.. However, I need to get all the fee's from the items ...
0
votes
1answer
65 views
calculating sum with PHPExcel
I am new with PHPExcel and I need your help-
I have problem with setCellValue in PHPExcel when calculating the sum. It gives me always 0.
Here is my code:
$objPHPExcel = ...
0
votes
2answers
48 views
Script to keep a running tally of a list
I've been running a series of games where the winners get a certain number of points at the end of every game. I'm trying to write a script that generates a "leaderboard" - essentially, keeps a ...
1
vote
0answers
58 views
Get sum of values in database [duplicate]
Hi I have searched and tried some right answers in Stackoverflow, but none works.
I tried
$query = "SELECT * FROM Temp";
$query_run = mysql_query($query);
$qty= 0;
While ($num = mysql_fetch_assoc ...
-1
votes
2answers
46 views
PHP Max for multiple values to be displayed
This is what i currently have:
$sum = array_count_values($_POST);
$max_value = max($sum);
$max_key = array_search($max_value, $sum);
$sum containes for example A->2 B->6 C->4
and max($sum) ...
-1
votes
2answers
49 views
Sum array numbers [duplicate]
This my code:
$letters = array('a','b','c', 'd', 'e');
$replace = array( 1, 5, 10, 15 , 20);
$text = "abd cde dee ae d" ;
$res = array_sum(str_split(str_replace($letters, $replace, ...
0
votes
2answers
48 views
sum numbers in a replaced string by numbers
lets say i have those two arrays
$letters = array('a','b','c', 'd', 'e');
$replace = array( 1, 5, 10, 15 , 20);
$text = "abd cde dee ae d" ;
$re = str_replace($letters, $replace, $text) ...
0
votes
3answers
51 views
Sum columns using MySQL/PHP
My question is that why there are blank values for HW1/HW2/HW3 columns when I ran the code in the browser?.
Studentid and Sum columns displayed the code correctly. Any ideal how to fix this?
<?php
...
1
vote
2answers
80 views
How to get total time from several date ranges in php
I have several date ranges in form of DateTime $begin, DateTime $end. Those ranges can overlap in every possible way:
|-------|
|=======|
|------|
...
-4
votes
4answers
80 views
Best method for sum two arrays [closed]
I have two arrays:
$a = array(10, 2, 5, 10, 0);
$b = array(1, 20, 11, 8, 3);
I need to sum up and get the result:
$c = array(11, 22, 16, 18, 3);
Any suggestions on how do this without "foreach"?
...
0
votes
3answers
43 views
how to assign a value of a query to a variable in zend
I need to calculate the average from a mysql table. So I am taking the sum of a col and dividing it by the number of rows. But the values are not being assigned properly :-
$total_sum_query = ...
-3
votes
1answer
55 views
VOTE SYSTEM - Counting the max vote
I have this .php where I have to count the max vote from the database
SELECT std.fname, std.lname, COUNT(v.cand_id)
FROM vote v, student std, candidate ca, position pos
WHERE v.cand_id = ca.stud_id ...
0
votes
1answer
88 views
PHP : Sum different values of multidimensional array
I need to sum totals for 'in' and 'ou', [a] through [t]
The array.
Array
(
[1] => Array
(
[in] => Array
(
[a] => 3
[b] => 0
...
0
votes
1answer
58 views
How to sum values via the same key and group by other key
Hello I'd like to sum products by the same ref number, but I have 3rd parameter like dimension e.g. (..., 24, 26mm,...) and I can't sum this values only when they have the same dimension. I tried ...
0
votes
3answers
65 views
How to show all fields while SUM them and show?
I have a problem with showing all names that are grouped by, for example:
This is my table:
IMEPRIIMEK REZULTAT EKIPA
------------------------------
Ela 256 e13e01
Joe 218 ...
0
votes
1answer
46 views
How i can sum value in mysqli
Mysql structure and date :
--
-- Table structure for table `site_links`
--
CREATE TABLE IF NOT EXISTS `site_links` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`username` varchar(15) NOT ...
0
votes
1answer
39 views
Computing the sum of values after a give algorithm
I have to implement an algorithm in PHP and I got stuck.
I have the following table: http://cl.ly/image/1Z0K1g0z2c3y
For each iteration, the (S) value is computed as such:
S1 = V1 - P1
S2 = (V1 - ...
2
votes
1answer
68 views
adding a column of a database to get the sum then divide to get a percent
I have info in a database structured like this :
shoe size name weight
9 bob 150
9 tom 250
9 joe 100
5 billy 75
5 franky 80
etc.
you get ...
0
votes
2answers
127 views
Make Sum in SQL and save it to another table in SQL with PHP?
Hi I had searched a lot on this site for help, but more I search more I'm confused.
I have one table competition where there is field ID(primary key) Player *TeamName*(3 players in a team) and ...
0
votes
2answers
54 views
Sum of the columns mysql [duplicate]
I have situation like this:
- name value
-------------
- stuff_1 2
- stuff2 5
- stuff2 3
- stuff_1 4
Which mysql query do I have to use in order to sum all these values and to get ...
0
votes
4answers
53 views
Summing string in php, converted to integer
Trying to use a simple "versioning" system for some hashes, I do the following:
$last_version = '009';
$increment = '001';
$result = $last_version + $increment;
var_dump($result);
I would expect: ...
1
vote
4answers
111 views
Sum of 2 array elements with the same keys
Hi I have 2 arrays like
array(a) { [0]=> array(2) { ["count"]=> string(2) "22" ["hour"]=> string(1) "0" }
[1]=> array(2) { ["count"]=> string(2) "17" ["hour"]=> ...
0
votes
1answer
133 views
Magento - Displaying the Sum price of all products
Okay, I am running Magento 1.7 and have been asked by my boss to have a bar at the top of our site showing the total number of items in stock and the total value of said stock.
So far, I've figured ...
0
votes
1answer
77 views
Time calculation(addition) in php e.g -> '22:50:50' + '12:50:50'
my problem is when i make addition of two time then it only output hours
from 0-23. I need something that will output time as such:
150:0:0
to represent 150 hours, 0 minutes, and 0 seconds.
for ...
0
votes
1answer
96 views
SQL SUM function using PHP [duplicate]
I'm trying to calculate the combined total of the "capacity" column in the "stages" table of my database. This is the code I'm using:
$result = mysql_query('SELECT SUM(capacity) AS total_capacity ...
0
votes
2answers
82 views
Select SUM() as a variable in a for Loop
I'm trying to generate XML from database and need to gather a specific amount of data based on the average from a column. This can vary from anywhere between 5 to 30 queries for the $numItems ...



