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 Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to