I have made a program, and i want to add some securities to it so my program has be authorized before it can be opened. here's wut i did, i made the file name to be the key. in other words, u can only open the file with a authorized file name. now this is the part I need some help, since I'm totally new to php scripts. I want to put a php script on my website as a authorization server (for example,
http://mysite.com/auth.php). so when people open the program, it will check the file name with auth.php. so basically i need a php script to store the file name in. i would be appreciated if anyone can help me with that. thx a lot
