View Single Post
  #3 (permalink)  
Old 12-04-03, 06:10 PM
TheMetsAreBad TheMetsAreBad is offline
Newbie Coder
 
Join Date: Dec 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Acecool
Why not rename the file_name so it doesnt contain spaces.
I'm not the person uploading the files, other people are, so I want to set a rule that they can't upload files with spaces.
Quote:
Originally Posted by Acecool
or use preg_match or preg_match all for "/ /i"
That worked...thanks
Reply With Quote