Reply to Re: Export local variable to global variable scope?
Posted by Sanders Kaufman on 09/29/07 18:26
"Bruno Barros" <ragearc@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()".