I've searched long and hard for an answer to this question with no luck, hence this question is being asked.
How could I possibly name a folder as the client's IP address? For example:
192.168.0.1 visits my website and I want php to automatically make a folder with the name '192.168.0.1' (I can do the rest such as make a document inside showing logs etc, I just need to know if thats possible).
I've tried using global variables such as the [REMOTE_ADDR] but with no luck, it always shows an error on the webpage.