how word trim php

this cod php for trim word:


$str =  $_POST['mn'] ; // input text html
$chars = preg_split('/(<[^>]*[^\/]>)/i', $str, -1, PREG_SPLIT_NO_EMPTY | PREG_SPLIT_DELIM_CAPTURE);
print_r($str);

       

1 1 1 1 1 1 1 1 1 1Rating 0.00 (0 Votes)how word trim php00Reviews

Related

how if in php

Back to Top

© FREECLUP 2013