i am making a website for a local store here. now i have set up a session and i have stored some values in session variables such as the ip address and stuff like that. now i have some values that are constants such as the stores address and what not. so i have done this:
Code: Select all
$storeaddress = '1234 anystreet';any input on this situation would be great.
also is there a way to out put the session values for everyone that is on the site? if i do this:
Code: Select all
print_r($_SESSION);thanks