Newbies [email protected] Posted June 9, 2014 Newbies Posted June 9, 2014 Hi, I've generated a Php site that generates a simple report and makes the total of one of the fields. How can I add the total of one of the other fields? Let me give an example Employee 1 / Age / Weight Bert / 30 / 55 Geert / 24 / 78 Now i only get a total for the weight but I would to display the total for the age as well. With all the classes I gues it should be fairly simple but can't get my head around it. Any help would be appreciated.
webko Posted June 10, 2014 Posted June 10, 2014 How does it do the total for the first field? Should be simple enough to create a function that does the same for the second field...
Recommended Posts
This topic is 4086 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now