I have a Question,i signup a website that spport PHP and MYSQL, i think PHP can't directly write to a file or upload the files, right? is it need a helper,MYSQL, to do that? and how can i do that?
"i think PHP can't directly write to a file or upload the files, right? "
Yes it can, read the php manual section about filesystem functions.