[SOLVED] Â Replace commas with carriage return in text output |
2/3/2021 3:07:09 PM |
PHPRunner General questions | |
D
DealerModules authorDevClub member
Hi, |
|
S
|
salus1DevClub member 2/3/2021 |
I think you could modify Example #6 at... |
M
|
macalister 2/3/2021 |
Hi $value = str_replace(","," |
D
|
DealerModules authorDevClub member 2/3/2021 |
This worked well. I just need to warn user not to use the , with-in their field. |