I'm getting a warning on my dev server that the function split() is being deprecated as of PHP 6. I know that not a lot of servers are using PHP 6... yet, but just an FYI.
You might wanna find another means of splitting an array with expressions.
Cy
You might wanna find another means of splitting an array with expressions.
Cy
Comment