I want to display $names but all the names are "User Name Jack", "User Name Joe" when I... echo $names; I want to just show "Jack" and "Joe" how do i trim the "User Name " using php (not changing the database)? Thanks!