Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

deansatch's avatar

@LARA1 - ok....back to my earlier point - if you want that to be the value, how do you decide which file_id is used?

example, non-verbal is in the table multiple times and it has a different file_id each time

deansatch's avatar

Repost this exactly as you expect it with the values filled in:


 <div class="form-group">
              <label class="text-left">Select Highest Record</label>
              <select name="" id="">
                <option>Select Highest Record</option>
                <option value="">Select Highest Verbal</option>
                <option value="">Select Highest Quantitative</option>
                <option value="">Select Highest Non-Verbal</option>
               <option value="">Select Highest Spatial</option>
              </select>
            </div>

1 like
Previous

Please or to participate in this conversation.