Hello everybody!
this is my first post here : ) hoping to get the help i need
i coded a php script and i had to use multibyte functions in it like mb_substr
but when i uploaded it i figured out this mb extension is not installed on the server! i requested my webhosting to install it and they did but the problem is i might oneday need to use this script on a server that wont have this extension installed
so is there anyway around it? a class maybe or any other way to work with multibyte strings and use those functions on them without having this extension installed?
thanks in advance