print_r("UPDATE student SET uuid = concat(UUID(), '" . mb_convert_encoding('_' . randstring(16), 'UTF-8', 'auto') . "') WHERE uuid IS NULL OR uuid != '' LIMIT 1<P>");
produces
Fatal error: Call to undefined function: mb_convert_encoding() in blah.php on line 1
Where line 1 is the print_r()
I'm using PHP 4.3.8, what on earth?!
Thanx
Phil