PHP trim() May 23, 2012 Pramod T P It strips whitespace from the beginning and end of a string Example <?php echo trim(” php code “); ?> Output php code