split content to multiple links |
11/30/2017 05:39:06 | |
| PHPRunner General questions | ||
|
author
Hello $students = explode(',', $data["student"]);
|
||
|
|
Sergey Kornilov admin 12/3/2017 |
|
explode() function returns an array of values. You need to loop through this array to build a link of links: |
|