Hi,
I pass a variable to domain.com/index.php?user=username
In my page (index.php) contains others pages like about.php, profile.php, contact.php etc..
My question is, is it possible that i pass variable to index.php, then about.php, profile.php can also retrieve the variable using $_GET['user']; method??(actually i tried, its failed, give me "undefined index:..."
If this method failed, is there any other way?
EDIT: yeah, i can use SESSION. How about I want to display others profile? means other username?