Hi Guys
I need some advice with regards to how to code something. I am using CURL to retrieve the html on a page and on that page is a <select> field. I would like PHP to extract the highest value from the select box, please take below as an example:
How can I extract the highest option value? Ie. in this instance the value I want returned is 2 (value="2")Code:<select id="provide_vrm:prVRMfrag:prVRMCon:vrmRegistered" class="inputTextBox provideVrmWidth" size="1" name="provide_vrm:prVRMfrag:prVRMCon:vrmRegistered"> <option selected="selected" value="0">Select a vehicle</option> <option value="1">REG1</option> <option value="2">REG2</option> </select>
Please help! J



Reply With Quote







Bookmarks