apologies if this is a duplicate question and overly basic.
I have spent several hours wrestling with this however I do appreciate that the answer is likely already here, albeit in more technical language than I am currently able to penetrate, compounded by what appears to multiple approaches.
My goal is simply to be able to access my test web application, which works on my local machine, from other machines inside my Local Area Network.
EDIT: My test app is a super simple PHP file which connects to a MySQL database, retrieves and displays the results from a singleton SQL select. Works on local machine.
I am just a beginner and so looking for a tutorial or basic instructions.
Many thanks for any help!