Hi guys, I got a string that I need to be transformed into na array of characters, something like: $str ="im the one trying to do this"; //this is the string I'd like to get an array that I can access something like $array[0] and get the value " i ". And this foward. Anyone have any clues on this? Thanks, Rodrigo
- Re: [PHP] String to an Array Rodrigo de Oliveira Costa
- Re: [PHP] String to an Array Matt Vos
- Re: [PHP] String to an Array @ Edwin
- Re: [PHP] String to an Array Jason Wong
- Re: [PHP] String to an Array Justin French
- Re: [PHP] String to an Array Rick Widmer