Needs Some Assistance

3 posts by 3 authors in: Forums > CMS Builder
Last Post: September 2, 2009   (RSS)

Re: [hegadmin] Needs Some Assistance

By Kenny - September 1, 2009

I am not quite sure exactly what your are trying to accomplish, but I have an idea. Let me know if this helps.

Get one field to auto add itself to another field

<?php echo number_format($record['number1'] + $record['number2']) ?>


Get one field to auto add itself to a fixed number

<?php echo number_format($record['number'] +500 ) ?>



Make sense or am I totally on a different subject?

Kenny

Re: [hegadmin] Needs Some Assistance

By Dave - September 2, 2009

Hi hegadmin,

The CMS can save you money on the data entry part of it. You can very easily create a custom system where the various types of data can be entered, and modified.

You can also create some basic viewer pages that display the data, but where you'll likely need a bit of custom code in the viewer pages to total up the values and group them by city, etc. This can be done with either some PHP or some custom SQL queries.

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com