PHP Remove spaces from the beginning of a string – PHP May 2, 2011 Pramod T P Leave a comment <?php echo ltrim(" Test"); // Test //Will remove the spaces from the beginning ?>