I have this field for entering car numbers, like AS 1234 10
. I want a php code that can keep reduce the space to just one if in case user is to add more spaces. So like if he enters AS 1234 10
, then it automatically truncates it to the original AS 1234 10
.
Asked
Active
Viewed 112 times