I'm new to php. I'd like to know if there is a way to retrieve the page who sent the request.
Let's say I have a file called Page.php with the following bit of code:
<form action="script.php" method="post">...</form>
Is there some way to dynamically get the value "Page.php" on script.php?