file_exists not working with localhost URL

后端 未结 2 658
清酒与你
清酒与你 2021-01-28 11:15

I have this piece of code in PHP:

if (file_exists($_POST[\'current_folder\'])) {
    //do something
} 

But file_exists always retu

2条回答
提交回复
热议问题