hi how do i hide the (team_id) value in the below form

<option value="' . $row['team_id'] . '' . $row['teams'] . '" ' . $selected . '>' . $row['teams'] . '</option>

thanks

Hi david_105, just a thought if you could possibly have the value concatenated by some means (if possible) and bind the string values inside 2 properties and when you want to hide the value, probably, store the ID in some temporary field, assign the ID string property to null/empty and of course retain that later if you want to. Not sure though about the implementation but this is just a logic that I can suggest for now if this possible in the launguage you're using.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.