Trim Whitespace PHP


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Strip whitespace (or other characters) from the beginning and end of a string
  2.  
  3. $variable = trim($variable);

Report this snippet


Comments


You need to login to view comments.