Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/27/2022 in all areas

  1. $form_data doesn't exist inside the function (there would be php errors.) you could actually just define the function to accept an array of data as the input and call the function with $form_data['field'][77] as the input parameter. this will allow the processing to be applied to any array of data, not hard-coded for $form_data['field']...
    1 point
  2. you would need to return $beneficiaries;, rather than to echo it, and then use the returned value in the calling code.
    1 point
  3. First thing I see is your benfield throughout your function needs the $ in front of it.
    1 point
This leaderboard is set to New York/GMT-04:00
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.