i have a php function to add "..." at the end of text if it surpasses 50 characters. but on some texts the last character is a space (" ") so instead of it looking like: lorem ipsum ..., how can i tell it to remove the last space if the last character is a space: lorem ipsum...
thanks
thanks