anser316 Posted March 30, 2008 Share Posted March 30, 2008 im having a problem with storing totals in mysql, and calculating them 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. 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. 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
Archived
This topic is now archived and is closed to further replies.