Hi - I have a php script that is called by different html pages. So I don't know in advance the names of all the html pages that will be calling the script. The html pages will contain forms and when the submit button is called the php script is called (Even though the forms are different, I use an array for all the elements and it works fine). Is there away for PHP to get the name of the html file that call it?
Thanks