drisate Posted September 11, 2008 Share Posted September 11, 2008 How can i add a * at the beginning of every line submited in a text area ----- ----- ----- ----- Would en up to be *----- *----- *----- *----- Link to comment https://forums.phpfreaks.com/topic/123822-add-a-at-the-beginning-of-every-line/ Share on other sites More sharing options...
Mchl Posted September 11, 2008 Share Posted September 11, 2008 This could work... $withStars = str_replace(array("\r\n","\r","\n"),"\n*",$fromTextArea); Link to comment https://forums.phpfreaks.com/topic/123822-add-a-at-the-beginning-of-every-line/#findComment-639318 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.