Help me with this!

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

    Help me with this!

    Hi,

    I have an autoindex script, yes its working good, but how can I remove the (Example: I uploaded "Metal gear solid 2" but when it shown in the autoindex it shown as "Metal_gear_solid_2" Any idea how I can remove the underscore thingy and just be like blank space? thanks for the help if ever.

    #2
    Code:
    $filename = str_replace('_',' ',$filename);
    echo $filename;

    Comment


      #3
      thanks. it worked :D
      Last edited by monsp3; 14.08.09, 17:43.

      Comment

      Working...
      X