hello.
in my linux machine in the php.ini i have register_global s on
i one page i have:
<?php
if($que){
echo($que);
}
?>
and appears this error:
Notice: Undefined variable: que in c:\inetpub\wwwr oot\web\kk.php on line 2
why?
how can i solve it?
(i am beggining wht php,sorry)
in my linux machine in the php.ini i have register_global s on
i one page i have:
<?php
if($que){
echo($que);
}
?>
and appears this error:
Notice: Undefined variable: que in c:\inetpub\wwwr oot\web\kk.php on line 2
why?
how can i solve it?
(i am beggining wht php,sorry)
Comment