Posted by bjlinwu on 09/17/07 06:22
On Sep 14, 4:43 pm, Erwin Moller
<Since_humans_read_this_I_am_spammed_too_m...@spamyourself.com> wrote:
> bjlinwu wrote:
> > echo get_cfg_var("register_globals"); Why it doesn't output anything?
>
> Hi,
>
> try this script to see what is going on.
>
> <?php
> echo "false=".false;
> echo "<br>true=".true;
> ?>
>
> Regards,
> Erwin Moller
it output
false=
true=1
I understand , thanks!
[Back to original message]
|