Hello,
how can I open a folder with button.
What I did until now:
- I created a button -> type PHP
- added a code
$dir = "C:\Data\";
opendir($dir);
but I am getting an error:
Parse error: syntax error, unexpected ‘’ (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in C:\Program Files (x86)\NetMake\v81\wwwroot\scriptcase\app\NSEOS\form_project\form_project_apl.php on line 1613
what does this error mean? Does soemone have a solution?