C
Chris
Guest
i have a string
$mystring = "test string";
i want to remove the white space between test and string.
is there a function like trim?
thanks
$mystring = "test string";
i want to remove the white space between test and string.
is there a function like trim?
thanks