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? Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.