So I have this php program that I can run on my computer locally using WAMP. However, I would want it to be accessed by another person in his own computer. Some of the things I've read include dealing with the IP address. However, in my specific situation, I think it would be better to turn it into an executable file (php + the mysql database I used).
Is it possible? If yes, how? If not, what is the best or easiest way for it to be accessed by, for example, a client.