download problem due to spaces between the file name help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    download problem due to spaces between the file name help

    download problem due to spaces between the filename help how can i automatically close the space

    #2
    $filename = str_replace(' ', '', $filename);
    or just use %20 in the file name

    Comment

    Working...
    X