Guest User

Untitled

a guest
Jul 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. Message: mkdir(): Permission denied
  2.  
  3. $path = './upload_file/';
  4. $idtrx = $_POST['id_trx'];
  5. mkdir($dir,0777,TRUE);
Add Comment
Please, Sign In to add comment