Could anyone please help with a PHP lock file function ?
I want to create a symlink when a URL like this is followed (with the filename being the characters after “file=”):
http://www.blah.com/download.php?file=zFZpj4b2AkEFz%2B3O
and then I need to deny access if the symlink exists … but I’m out of my dept !
Help greatly appreciated.
See this example (comments are mine) taken from the PHP Manual for
is_link():