Hello,
is there a way to detect the current page without using GET or POST ?
basically, i have a header.php which is included on every pages of my site
i would like to display the text "hello" when the current page is index.php
and display the text "goodbye" when the current page is goodbye.php
how could i do this without having to change the address of my pages (i.e no things like index.php?do=display_hello_text)
thanks