Using PHP Replace SPACES in URLS with %20 ... No need for a regex here, if you just want to replace a piece of string by another: using str_replace() should ...
確定! 回上一頁