SESSION problem[Solved]
Posted: Sat Dec 15, 2007 11:15 pm
In one page
I have set $_SESSION['city_cd']='14'
and in another page
I have set $_SESSION['POSTED']['city_cd']='aalsmeter'
when I try to access $_SESSION['city_cd']
I get 'aalsmeter' instead of '14'
could you please tell me what might be the problem
I have set $_SESSION['city_cd']='14'
and in another page
I have set $_SESSION['POSTED']['city_cd']='aalsmeter'
when I try to access $_SESSION['city_cd']
I get 'aalsmeter' instead of '14'
could you please tell me what might be the problem