Do you try with the "global" sentence ?
.
.
.
global $conf;
$var = 'foo';
echo $var::$conf ;
?>
EF.
On Mon, 09 Jun 2003 18:34:33 -0200
[EMAIL PROTECTED] (Aberindei) wrote:
> Hello,
>
> One line to say this is my first post here, I thought about posting in
> php-general,
When you recivied that error ?, in a form ?, if is in a Form just put in the
top of .php files this code
$HTTP_GET_VARS["variable2"];
$HTTP_GET_VARS["variable3"];
Of course if you send with other method (post) change the GET for POST
$HTTP_POS_VARS["variable2"];
$HTTP_POS_VARS["variable3"];
Reg
2 matches
Mail list logo