|
Posted by usenet on 07/29/06 01:03
On Fri, 28 Jul 2006 23:31:49 GMT, Gary Hasler <garyhasler@thelogconnection.com>
wrote:
>I think you want
>$myarray = explode($mystring, ",");
>
>usenet@isotopeREEMOOVEmedia.com wrote:
>
>> How would one create an array from the values in string ?
>> $mystring = "67,11,68,11,69,11,70,11"; // comes from a varchar MySQL field
>>
>> I wish that
>> $myarray = array($mystring);
>> would work, but it doesn't seem to....
That's _exactly_ what I wanted. Thanks, Gary!
Navigation:
[Reply to this message]
|