Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
fisherman #1
calculating in tables
Hi Group,
Can anyone advise me whether there is an extension that will allow
calculations within tables as with excel?
I have a couple of tables of results that change every couple of weeks, and
I have to update them manually, it would be so helpful if the rows and
columns would self total.
Thanks in advance to all those that take the time to reply.
David
fisherman Guest
-
calculating sum on 2 tables - help needed...
I need to get a sum from query 1 (GetRecord) and the sum from query 2 (GetRecord2) then add the sums from the 2 tables together which should be... -
calculating costs.
Hi all, I am doing experiments on a new operator I am writing as a C shared library function. 1) As part of the experimentation I need to know... -
Calculating age
On 19-Aug-2003, "Andrew Banks" <banksy@blablablablueyonder.co.uk> wrote: from the php manual mktime: Returns the Unix timestamp corresponding to... -
Calculating
Hello everyone... I am going to make a script where I can add and subtract an amount from the database... Lets say 'james' have '2000'. And I... -
calculating datetime
Hi, I have a datetime field in my table, i want to enter a datetime 1 day,1 hour and 10 mins into the future from today/the present, how do i... -
crash #2
Re: calculating in tables
There are several ways you could do it.
The best would be to change your page to a dynamic page, and create a
database with which you could update your values the easiest.
Does your serer allow for soem type of server side scripting language, like
PHP or ASP?
If yes, it would be very simple to setup your values int he top of the page
(or retrieve them with a database) and then put the calculations in place.
(essentially would be
$a=CONSTANT_VALUE; (or obtained from a database)
$b=CONSTANT_VALUE;
$c=$a+$b;
Then, where you want to put them you just do:
echo $a;
echo $b;
echo $c;
You could also use Javascript in much the same way, but on a static (ie,
HTML) page.
"fisherman" <fisherman@eircom.net> wrote in message
news:ehj60v$kdi$1@forums.macromedia.com...> Hi Group,
>
> Can anyone advise me whether there is an extension that will allow
> calculations within tables as with excel?
>
> I have a couple of tables of results that change every couple of weeks,
> and I have to update them manually, it would be so helpful if the rows and
> columns would self total.
>
> Thanks in advance to all those that take the time to reply.
> David
>
crash Guest



Reply With Quote

