The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
ft_api_get_submission Array - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: ft_api_get_submission Array (/showthread.php?tid=14550) |
ft_api_get_submission Array - 1F380.2615 - Aug 15th, 2016 I feel like I might be missing something obvious here, but does anyone know a simple way to get multiple submissions into a PHP array? For example, I am able to load individual submissions like: PHP Code: $submission_info = ft_api_get_submission(2, 550); But I want to load all submissions into an array, "where the keys are the database column names and the values are the actual values in the field, directly from the database". I'm not even sure where to start on this, any help would be greatly appreciated. -1F380.2615 |