| <div class="container-fluid"> | <div class="container-fluid"> | ||||
| Application ID: | Application ID: | ||||
| <a href="id_search.php?id=<? echo $random_record['id']; ?>&core=all"> | |||||
| <?php | <?php | ||||
| echo $random_record['application_id']; | echo $random_record['application_id']; | ||||
| ?> | ?> | ||||
| </a> | |||||
| <br><br> | <br><br> | ||||
| $random = get_random_record(); | $random = get_random_record(); | ||||
| foreach ($random as $id => $content){ | foreach ($random as $id => $content){ | ||||
| $output = parse_result($content); | |||||
| $output = parse_result($id, $content); | |||||
| } | } | ||||
| return $output; | return $output; | ||||
| } | } |