Hey, i dont know how this is called but i have ideas and if it possilbe that someone can help Help me about this:
i have file index.php and 2 folders called: blue, red.
in these 2 folders therse a pages that content the same backgroundcolor as the foloders name.
like in the image:
is that possible to make a query on the index.php that get the content of blue or red.
exmple supose mysite called querytest.com/?q=blue , so the blue content should be shown.
the problem how can i knew that the requsted page that called by user "x" still shown only to that user "x",
mean if some1 else request: querytest.com , he got the default page , not red or blue , but for
who asked for red or blue , its still show the blue or red for that user with the standard link: querytest.com,
or querytest.com/?q=blue or querytest.com/?q=red.
thx so much i searched alreay about mapping urls, but i found it little confused, i dont know if to set something in
cookie or i dont know.