I have a web page and I need to accept some of visitors if it is just from a spesific page.
For Example: If visitor goes example.com/member to example.com/specific it will ok. But if user goes any other place or just from address bar of browser, It will say "connection failed"
How can I do this with php? Thanks.