file naming for fileuploading.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
genux33
Forum Newbie
Posts: 18
Joined: Sun Apr 10, 2005 8:22 am

file naming for fileuploading.

Post by genux33 »

will it be recommended to name yr file with space inbetween for file upload and attach this file in an email sending?
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

huh?

I'm sorry but that doesn't make any sense...

if you're asking is it good practice to put spaces in filenames, the answer is no. It is better to use underscores in place of spaces for file names.
Post Reply