Hi All!

I am having a heck of a time figuring out how to get a string taken from a
MySql table into an array.  I happen to be using PHP but I would appreciate
any pointers whatever in how to do this.

I tried this:  $array[] = $pattern;  but it put the entire pattern into
$array[1].   I want each character in $pattern shoved into a corresponding
element of the array.

Does anyone have any ideas?

Thanks heaps!

-Warren


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to