hi!
erm, i'm trying to write a php script that processes xhtml upload forms. i'm a total n00b in php, so sorry if it's a stupid question
when using the move_uploaded_file function, the function accepts 2 arguments, rite? about the second argument, "string destination", what should i enter so that the file will be stored into a folder called "uploads" in my public_html folder? should it be something like 'http://www.polarhome.com/~gome/uploads/' ?
thanx in advance