![]() |
Quick PHP Project for PayPal?
I need something built out pretty quick and annoyed that I just spent the last hour trying to figure it out and cant get it to work.
What I need is a text box to dump in a bunch of keywords, separated by line breaks. When I hit "submit" it will then add find a space " " and replace it with a " +" (space plus sign). As well, it will add a plus sign "+" to the first word; since there is no space before that. Here is a sample input: banana hammock tube sock purple people peter eater porn The output would then be: +banana +hammock +tube +sock +purple +people +peter +eater +porn :thumbsup |
I was here :)
|
Code:
$lines = explode("\n", $contents); |
Quote:
|
Quote:
|
All times are GMT -7. The time now is 01:46 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123