Hi I try to export an html to csv with php, base on this question Converting HTML Table to a CSV automatically using PHP?, everything going fine until I realize that my code is not running because I set the permission to 777, If I revert this back to 755, it returns me this error failed to open stream: Permission denied in
, is there something I'm missing out here?
Asked
Active
Viewed 750 times
1
-
What's the permission on the folder? – amallard Feb 08 '17 at 03:13
-
oh you mean folder that contains the .php file? it's still on 755, I just set 777 to the .php file itself. – Deo Feb 08 '17 at 03:14
1 Answers
0
Turns out I can't just give full access to my folder, I found this question and kinda solve my problem Error failed to open stream permission denied when trying to create page in public_html