Support

Account

Home Forums Front-end Issues How can i sum all values with php from one field? Reply To: How can i sum all values with php from one field?

  • Hi John,

    This peace of code not working :

    echo $c += (float)$field['value'];

    The loop work perfectly but, in the last line i can’t get values and sum from all posts.

    My filed is textbox and operator entered manually price .
    I need get all values field from posts to sum for day and all time income.