Re: loading an array

2005-04-30 Thread Rhino
ttern', you'll need to describe its contents so that we can give suggestions. For instance, are you parsing it on commas or spaces in 'pattern'? Rhino - Original Message - From: "Smelly Socks" <[EMAIL PROTECTED]> To: Sent: Saturday, April 30, 2005 5:48 PM

Re: loading an array

2005-04-30 Thread Smelly Socks
Sorry to all - but I realised that the string in a variable called $pattern is, in fact, an array, so I don't need to load an array as it is already there. My apologies! -Warren -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.

Re: loading an array

2005-04-30 Thread Smelly Socks
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