remove white spaces from a string PHP?

  • Thread starter Thread starter Chris
  • Start date Start date
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
 
Back
Top