I'm using this little code to pick up words with a minimum of 2 characters, but it returns me:
Notice: Array to string conversion in echo $ word;
preg_match_all("/[a-z0-9\-]{2,}/i", "oi voce tem problema pra entender isso?", $output_arr...
asked on
14.01.2015 / 00:05