Re: How to start a global variable within a function?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Fer chrissakes - just try it.
Twill either work or not.

Miles


At 06:20 AM 8/8/2005, Wong HoWang wrote:
but, I mean I haven't start the global variable BEFORE the function is
called...
"Jasper Bryant-Greene" <jasper@xxxxxxxxxxxxxxxxxx>
wrote:42F72157.2070408@xxxxxxxxxxxxxxxxxxxxx
> <?php
> $someGlobalVariable = 'foo';
>
> function myFunction() {
> global $someGlobalVariable;
>
> // do stuff with $someGlobalVariable
> }
> ?>
>
> Jasper
>
> Wong HoWang wrote:
>> as title, how to start a global variable within a function?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux