hep! – str_replace
-
Hey
I’m working on cformsll. maybe you can help me how to figure this thing.
add_post_meta($ppost_id, 'externalpost', str_replace("\n",'<br />',$form['externalpost']));
the result will be
hello hello hello
i want to make it to be
<li>hello</li> <li>hello</li> <li>hello</li>
Any clues?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘hep! – str_replace’ is closed to new replies.