InterviewSolution
| 1. |
How To List All Values Of Submitted Fields? |
|
Answer» If you want list all values of submitted FIELDS, you can write a simple LOOP to retrieve all ENTRIES in the $_REQUEST array. Below is an improved version of processing_forms.php to list all submited input values: If you want list all values of submitted fields, you can write a simple loop to retrieve all entries in the $_REQUEST array. Below is an improved version of processing_forms.php to list all submited input values: |
|