Support

Account

Home Forums Feature Requests i need help! this is my code Reply To: i need help! this is my code

  • I think that what you want at the end is:

    
    $total = array_sum($all_posts); // sum of all numbers in array
    

    you can try

    
    print_r($total);