PHP Function to convert New Line to List with CSS - nl2li_css
A handy function to convert new line \n seprated text into ordered or unordered
list. The CSS friendly version, called nl2li_css().
Copyleft : LGPL
Idea by: webKami
Coded By: webKami
Version 1.0.1
Enhancements:
1, Adds CSS class to list items
A handy function to convert
new line \n seprated text into ordered or unordered list.
I am
calling it nl2li, suggestions welcome.
Second optional parameter sets the list as ordered (1) or unordered
(0 = default). Third parameter can be used to specify type
of
ordered list, valid
inputs are "1" = default ,"a","A","i","I".
Also inputs a param css_class (default ="none") and pass it as class
of All <li> List
Items.
Code: