Replace Spaces With + icon
hello everyone, what is the way to replace Spaces With + icon using PHP. Suppose some text like "I Love PHP" will automatically converted like this way "I+Love+PHP" .. assuming a field has this text in a variable like> $text = I Love PHP so this variables text spaces will be replace with a + sign in a new variable like this> $text_plus=I+Love+PHP how to do it with PHP?
Thanks
Related Article: Issue getting php variable into header
is a solved PHP discussion thread by AdriftUniform that has 14 replies, was last updated 7 months ago and has been tagged with the keywords: header, mysql, php, variable.
rakibtg
Junior Poster in Training
74 posts since Oct 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
rakibtg
Junior Poster in Training
74 posts since Oct 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Question Answered as of 8 Months Ago by
jajarvin