hi,
i have kinda small problem that i cant workaround..
i have a string that contains expressions separated with comma:
now,i need to separate each expression and out between <li></li> tags.Code:$options="one,two,three";
how i do it?
i came to :
but how to put the <li> on the begining ?Code:$options2=str_replace("," , "</li>",$options);
thanks in advance
and sorry for english mistakes..it's my 3rd languge.



Reply With Quote

Bookmarks