Hi, I'm totally new to php.
Please help me with this very simple task.
I want to create a new directory. The new directory should be placed relative to the script that is creating the directory. This should work on diffrent locations on the server. So I need a way to find out the path to the script.
Is there such enviroment variable in php?
Should I use mkdir()?
I'm very grateful for all answers!