how to covert an string into an array in php code example Example: string to array in php print_r(explode(',',$yourstring));