Re: [PHP] Comparing Memory Variables

2001-01-13 Thread Rasmus Lerdorf
On Sat, 13 Jan 2001, RealGM Webmaster wrote: > Hi Everyone, > > I am having a little trouble getting a memory variable and a session variable to >compare correctly > > I have an if statement as below: > > if ($id=='{$SESSION["id"]}') { if($id == $SESSION['id']) { -Rasmus -- PHP General Ma

[PHP] Comparing Memory Variables

2001-01-13 Thread RealGM Webmaster
Hi Everyone, I am having a little trouble getting a memory variable and a session variable to compare correctly I have an if statement as below: if ($id=='{$SESSION["id"]}') { echo "working"; } ID is a memory variable that is equal to five, and the session variable id is also equal to fi