Ab Posted March 11, 2008 Share Posted March 11, 2008 Hi all, I have a query string which looks like the following when passed to PHP script: fish=1,2,3,2,1&chicken=2,1,3,5,3. my goal here is to step through each name (fish and chicken ) and do some calculation ( add $ total variable to these numbers:1,2,3,2,) and return a total for fish and chicken items. what is the easiest way to achieve this. thanks in advance Regards, Ab. Link to comment https://forums.phpfreaks.com/topic/95563-exstracting-info-from-query-string/ Share on other sites More sharing options...
Northern Flame Posted March 11, 2008 Share Posted March 11, 2008 if u can, put the values in an array then just use array_sum() Link to comment https://forums.phpfreaks.com/topic/95563-exstracting-info-from-query-string/#findComment-489226 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.