i get a warning when i start phpmyadmin

"The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results."

any ideas? thx

i have mysql server and php 5 installed

the mbstring extension is the extension PHP uses for encoding and decoding character sets (char-set) that are "multi-byte" (hence the mb...string).
Unfortunately this is not enabled by default when installing PHP5 (or 4) so you have to enable it with --enable-mbstring configure option..

see: http://us2.php.net/mbstring

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.