PHP CODE
Posted: Tue Aug 05, 2014 4:19 am
ID CUSTOMER_ID WEEK_NO TOTAL
1 100 31 100
2 101 31 150
3 100 31 400
My table like above,...i need to take add total,if the customer id and week period is same..how to do this..?
Customer_id 100=500 & Customer_id 101=150..(i need result like this))
please do help/...please fast
1 100 31 100
2 101 31 150
3 100 31 400
My table like above,...i need to take add total,if the customer id and week period is same..how to do this..?
Customer_id 100=500 & Customer_id 101=150..(i need result like this))
please do help/...please fast