How to get to split the select value Question |
On my select drop down value I have it producing some thing like
Code: <option value="codepen/4">Codepen RSS Feed > Home Page</option> And code pen is "code" and 4 is id. My question is how on my function could I be able to get the name and id seperate PHP Code: foreach ($layout_data['layout_module'] as $layout_module) { Any suggestions thank you. Update I have tried now explode() seems to work have I got it correct PHP Code: foreach ($layout_data['layout_module'] as $layout_module) {
There's only one rule - please don't tell anyone to go and read the manual. Sometimes the manual just SUCKS!
|
Messages In This Thread |
How to get to split the select value Question - by wolfgang1983 - 01-15-2016, 05:16 PM
RE: How to get to split the select value Question - by John_Betong - 01-15-2016, 09:59 PM
|