gerkintrigg Posted March 10, 2011 Share Posted March 10, 2011 I'm trying to use a function I saw online called mb_strpos() but I keep getting this error Fatal error: Call to undefined function mb_strpos() Is it a code error or is it just not installed? If it's not installed, how'd I sort that out? Link to comment https://forums.phpfreaks.com/topic/230239-mb_strpos/ Share on other sites More sharing options...
ChemicalBliss Posted March 10, 2011 Share Posted March 10, 2011 the "mb_" part of the name denotes it is part of the "Multi-Byte" extension: php.net/mb_string The MultiByte Extension needs to be enabled in the PHP.ini. hope this helps Link to comment https://forums.phpfreaks.com/topic/230239-mb_strpos/#findComment-1185696 Share on other sites More sharing options...
gerkintrigg Posted March 10, 2011 Author Share Posted March 10, 2011 cool, I'll sort that out, then. Thanks. Link to comment https://forums.phpfreaks.com/topic/230239-mb_strpos/#findComment-1185850 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.