Hello!
There is a site, in it on the page contacts.php and in the "basement" (the basement is connected on the pages via INCLUDE) of the site on each page are indicated certain phone numbers.
The task is to ensure that when you go to the site from an external link with a certain GET variable (for example: http://site.ru/page.php?my=1 ), the phone numbers change in contacts.php and the "basement" of the site.
I suggested that it could be implemented using the SESSION mechanism ($ _SESSION) , with this mechanism I tried to figure it out and apply, but without success, I can not catch up with the logic.
Tell me some example of how to implement it if it is possible, or any source for the sessions (lessons, books, etc.) unless of course I'm on the right track!
THANK!