Hi there!
I guess $sum =+ intval($_POST['qty'.$i]);
should be $sum += intval($_POST['qty'.$i]);
yuo are corerct. ;-)
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Hi there!
I guess $sum =+ intval($_POST['qty'.$i]);
should be $sum += intval($_POST['qty'.$i]);
yuo are corerct. ;-)
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php