If you want to remove spaces from a string, you can use PHP's native str_replace function like so: //Example string. $string = ' 12 WD2039 '; //Remove all ...
確定! 回上一頁