hi
i am displaying DATA retreived from the backend sql in table format.
select col1,col2,col3..... from table1.
Now i want to store col2,col3 in an array .and i want to add col2 and col3 values and display the result in col4.
col1,col2,col3 are retrived from the database.
please give me the code which performs the same. its urgent
Thanks in advance
regards
Akash