How do you convert a string to a string-array ?
Example.
<$data = "'aaa' 'bbb' 'ccc' 'ddd' 'eee'">
Vortex recogizes this as a single entry array. I need it to have the values stored as an array - so I loop thru them.
Example.
<$data = 'aaa' 'bbb' 'ccc' 'ddd' 'eee'>
thx.
Example.
<$data = "'aaa' 'bbb' 'ccc' 'ddd' 'eee'">
Vortex recogizes this as a single entry array. I need it to have the values stored as an array - so I loop thru them.
Example.
<$data = 'aaa' 'bbb' 'ccc' 'ddd' 'eee'>
thx.