PHP Remove spaces from the end of a string – PHP May 2, 2011 Pramod T P Leave a comment <?php echo rtrim("Test "); // Test //Will remove the spaces from the end ?> Share this: Share on X (Opens in new window) X Share on Facebook (Opens in new window) Facebook Like Loading...