Friday, December 19, 2008

php script to delete spaces in string

here you go:

//$string=str_replace(" ", "", $string);

that is all ;)

No comments:

Post a Comment