how extract word from text in php -
how can extract word text in php? or example, have string: this long text string written something
i want obtain:
this long text string written
take @ php manual explode
http://php.net/manual/en/function.explode.php
explode space ' ' result want.
Comments
Post a Comment