t; <[EMAIL PROTECTED]>
Newsgroups: php.general
To: "php list" <[EMAIL PROTECTED]>
Sent: Tuesday, March 25, 2003 4:43 PM
Subject: Re: [PHP] Default setting garbage
> < check it or try to look at it? Sorry if that sounds insulting.. just
trying
> to search for the si
On Thursday 27 March 2003 02:04, Liam Gibbs wrote:
> > I'll guess that you're trying to access $frequency outside of the
> > function, after you've called it, right? If so, read up on variable
> > scope in the manual.
>
> No, I'm trying to access it inside the function. This is what I have (or an
>
> > I'll guess that you're trying to access $frequency outside of the
> > function, after you've called it, right? If so, read up on variable
> > scope in the manual.
>
> No, I'm trying to access it inside the function. This is what I have (or
an
> example, since I don't have it right in front of m
> I'll guess that you're trying to access $frequency outside of the
> function, after you've called it, right? If so, read up on variable
> scope in the manual.
No, I'm trying to access it inside the function. This is what I have (or an
example, since I don't have it right in front of me right now
> Why is it that when I send call this function:
> function GetNextDate($whichfriday, $month = "", $frequency = 1,
$basedate
> = "")
>
> with this line:
> GetNextDate("4", "2003-03", "5");
>
> that $frequency ends up ""? Whether I set it myself when I call the
> function, or I leave it blank and
- Original Message -
From: "Liam Gibbs" <[EMAIL PROTECTED]>
To: "php list" <[EMAIL PROTECTED]>
Sent: Tuesday, March 25, 2003 2:10 PM
Subject: [PHP] Default setting garbage
Why is it that when I send call this function:
function GetNextDate($whichfri
<>
No, no. Not insulting at all. That's often my problem. But not in this case.
I even went to the 'trouble' of copying and pasting $frequency wherever I
needed.
Original problem:
> Why is it that when I send call this function:
> function GetNextDate($whichfriday, $month = "", $frequency = 1, $
Why is it that when I send call this function:
function GetNextDate($whichfriday, $month = "", $frequency = 1, $basedate = "")
with this line:
GetNextDate("4", "2003-03", "5");
that $frequency ends up ""? Whether I set it myself when I call the function, or I
leave it blank and let the function
8 matches
Mail list logo