Jump to content

**SOLVED** PHP Calculation Help Please


adamjnz

Recommended Posts

Is it possible to use PHP to sum some numbers for a table column?

I am using dreamweavers "repeat region" feature to give a line total for each record in a db table. The line total isn't stored in the database it is calulated on the page.

Is there a way to add a total at the the bottom of the column or am I trying to do the impossible?
Link to comment
Share on other sites

[!--quoteo(post=363271:date=Apr 10 2006, 11:54 PM:name=Yesideez)--][div class=\'quotetop\']QUOTE(Yesideez @ Apr 10 2006, 11:54 PM) [snapback]363271[/snapback][/div][div class=\'quotemain\'][!--quotec--]
Not in PHP but I believe the MySQL call you want is something like this:
[code]$query=mysql_query("SELECT SUM(totals) FROM scores WHERE `player`='alive'");[/code]
[/quote]

But the values I want to sum arent in the DB, they are calculated by PHP on the actual page
Link to comment
Share on other sites

[!--quoteo(post=363305:date=Apr 11 2006, 02:59 AM:name=kenrbnsn)--][div class=\'quotetop\']QUOTE(kenrbnsn @ Apr 11 2006, 02:59 AM) [snapback]363305[/snapback][/div][div class=\'quotemain\'][!--quotec--]
Can you post the code as it exists now?

Ken
[/quote]

Thanks but I have worked it out now
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.