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 *----- *----- *----- *----- Quote Link to comment 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); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.