2 Votes Vote

Parsing drop down menu with php simple dom

Posted by topdog 511 days ago Questions| dom php menu All

Hello!

I want to parse this drop down menu with php simple dom.

<select name="example">  
    <option value="1">First example</option>  
    <option value="2">Second example</option>  
    <option value="3">Third example</option>
</select>

I need the values and the options for this drop down menu.

Can someone help me? Please!

Thank you!

Originally asked by: user557108 on Stack Overflow

Discuss Bury


Who Voted for this Question