On Mon, 19 Jul 2010 13:37:12 +0530
Shreyas Agasthya wrote:
> My two cents on this one.
>
> Modify the $name within the function and print it.
>
> Modify the$name outside the function (means the non-global-declared $name)
> and print it. You will know the difference.
>
> --Shreyas
>
> On M
My two cents on this one.
Modify the $name within the function and print it.
Modify the$name outside the function (means the non-global-declared $name)
and print it. You will know the difference.
--Shreyas
On Mon, Jul 19, 2010 at 7:41 AM, Paul M Foster wrote:
> On Sun, Jul 18, 2010 at 06:37:30
On Sun, Jul 18, 2010 at 06:37:30PM -0400, David Mehler wrote:
> Hello,
> I've got a file with a variable declared in it. For purposes of this post:
>
> $name = $_POST['name'];
>
> Now a little later in the same file I have a custom function call that
> outputs some information. In that informati
3 matches
Mail list logo