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
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
2 matches
Mail list logo