Warning: split() [function.split]: REG_EMPTY in /home/public_html/wp-content/plugins/wordspinner/wordspinner.php on line 127 PHP: The above shows up a lot on my homepage. What am I doing wrong?
Simply split() doesn't like NUL characters within the string. Have a look at http://nl2.php.net/manual/en/function.split.php#21942