in which people can upload their programming documents (programming files such as test.php) but I wanna protect the database from being compromised and those uploaded files from compromising my site, how will I do that!?
Hi, you can upload php files to directory where will disable script executions via .htaccess
Is there a way to disable script execution using . htaccess!?
Looks like this for me with php_flag engine off inside .htaccess
This is awesome, you stored it, disabling its execution and then read the file and print it to the browser's window!?
When we disable execution we can read .php files like txt
Will I be able to highlight syntax for the output in a browser!?
sure not, if you want work with this like some content on site you need save content from file to database
Обсуждают сегодня