Hello all,
 
  If I have a string, such as:

   $string="1, 6, 8, 10, 15";

 How could I convert it to an array, such as:

   @array(1, 6, 8, 10, 15);


Thanks.....

Reply via email to