PHP Remove spaces from the beginning and end of a string – PHP April 19, 2011 Pramod T P Leave a comment <?php echo trim(" Test "); // Test //Will remove the spaces from the beginning and end ?>