anser316 Posted March 30, 2008 Share Posted March 30, 2008 im having a problem with storing totals in mysql, and calculating them Quote Link to comment https://forums.phpfreaks.com/topic/98628-how-to-store-totals-in-mysql/ Share on other sites More sharing options...
mwasif Posted March 30, 2008 Share Posted March 30, 2008 Use the following query to count SELECT COUNT(*) FROM table_name and use INSERT statement to save into DB. Quote Link to comment https://forums.phpfreaks.com/topic/98628-how-to-store-totals-in-mysql/#findComment-504722 Share on other sites More sharing options...
aschk Posted March 31, 2008 Share Posted March 31, 2008 What do you mean by storing totals? An example of the query you're having trouble with or some more elaboration on your problem or an error message will help to clarify. Quote Link to comment https://forums.phpfreaks.com/topic/98628-how-to-store-totals-in-mysql/#findComment-505545 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.