Re: Export local variable to global variable scope?



"Bruno Barros" <ragearc@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()".


.