access denied[solved]

I use $fd=fopen($zipName, "wb"); (suppose to create a file) but there is an error

fopen(39d3a731320e5ecd8556350636ecfcee_test.zip): failed to open stream: Permission denied

what is wrong?

Like the message says: Your webserver process doesn’t have permissions to create a file at the specified location. Check the owner/group of the directory and adapt permissions.