This question already has an answer here:
- how to convert a string to an array in php 10 answers
How to create an array from a string variable? This is the script I tried but it didn't work:
$names = '"Darius","Fiora","Katarina","Zed","Ahri","Lee sin"';
$array = array($names);
</div>