Re: Export local variable to global variable scope?
Posted by Bruno Barros on 09/29/07 20:23
On 29 Sep, 19:26, "Sanders Kaufman" <bu...@kaufman.net> wrote:
> "Bruno Barros" <rage...@gmail.com> wrote in message
>
> news:1191073761.283822.306170@n39g2000hsh.googlegroups.com...
>
> > On 29 Sep, 13:23, howa <howac...@gmail.com> wrote:
> > include "bar.php";
>
> > Good enough?
>
> Better to use "requires_once()" or "include_once()".