Hi,
I have a page like page.php?menu=lunch and I want to register the session $menu. So I did session_register('menu'); which works the first time, but if I then do page.php?menu=dinner, the session is not changed, it says as lunch! How do i get the session to register whatever ?menu=
Many thanks
Ben