Re: Export local variable to global variable scope?



On 29 Sep, 19:26, "Sanders Kaufman" <bu...@xxxxxxxxxxx> wrote:
"Bruno Barros" <rage...@xxxxxxxxx> wrote in message

news:1191073761.283822.306170@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

On 29 Sep, 13:23, howa <howac...@xxxxxxxxx> wrote:
include "bar.php";

Good enough?

Better to use "requires_once()" or "include_once()".

Yes I know that.

.