Question : Adding values together from mysql table and displaying in php

hi,
   I have a mysql table called ordering which basically collects all the online orders from our take away website for orders placed.  There's a field called total which includes the amount of the spend when each order is placed.  There's also a user_id which is unique to each customer.  What I want to do is generate a variable which contains the total of all orders placed by the current logged in customer....

Can anybody help?

Thanks

Damian

Answer : Adding values together from mysql table and displaying in php

Try removing all the web parts and load test and slowly add back one by one. Maybe you can identify a particular webpart that is causing the issue.

The two tools you probably want to use are Debug Diagnostic Too and Fiddler, however I am not an expert on either one.

http://www.microsoft.com/downloads/details.aspx?familyid=28bd5941-c458-46f1-b24d-f60151d875a3&displaylang=en

http://www.fiddler2.com/fiddler2/

Otherwise you can always contact MS Support. I'm sure they can help track down the issue quick.

Random Solutions  
 
programming4us programming4us