Apolit, if asked earlier. I am using another PHP code and find the following line:
if($_GET['file']{0}=='.') die('Wrong file!');
If, $ _GET and die I understand, but what is the value of {0} after $ _GET ['file']? I looked through a number of guides and could not find an answer.
TIA.
source
share