($lccXY == 0)
{
pj_free($pj);
return FALSE;
}
else
{
pj_free($pj);
return TRUE;
}
}
thx,
Paul
From: Dash McElroy <[EMAIL PROTECTED]>
To: Paul Dymecki <[EMAIL PROTECTED]>
Subject: Re: [PHP-WIN] general question on Globals
Date: Wed, 12 Feb 2003 14:07:01 -0800 (PST)
Do you have an exampl
s and getting one return value. I know how to declare classes(i've
been working in java for the past few years) but i don't get php's calling
structure. Any help would be appreciated.
thx,
Paul
From: Dash McElroy <[EMAIL PROTECTED]>
To: Paul Dymecki <[EMAIL PROTECTE
I actually just did this last night. I could not for the life of me figure
out why my variable wasn't working. Until I remembered it was in a
function and I had to do a global $varname; command.
Works just fine.
-Dash
Age before beauty; and pearls before swine.
-- Dorothy Parker