Hello,
$variable="1,2,4,6,7";
$variable2=array($variable);
How to array()?
Thanks
[man]explode/man
Thank you