[SOLVED] Remove characters in a string after a certain character. |
12/30/2016 16:26:19 | |
| PHPRunner General questions | ||
|
D
DealerModules authorDevClub member
Hi Everyone and Happy New Year! |
||
|
|
romaldus 12/30/2016 |
|
in visual editor setup your image field as "View as Custom" and then add the following code: |
|
|
|
romaldus 12/30/2016 |
|
or if you want to display the field as real image (picture), use the following code; $MyValue = $data['images']; |
|
|
D
|
DealerModules authorDevClub member 12/30/2016 |
|
Thanks Romaldus, I have never used explode() before, worked perfectly. |
|