Re: [PHP] Why do i get this Notice Message?

2002-08-02 Thread lallous
even on old versions of PHP, he can then just use: $GLOBALS['PHP_SELF'] w/o worrying about the Global keyword! Elias "John Holmes" <[EMAIL PROTECTED]> wrote in message 001001c23a1e$601f5050$b402a8c0@mango">news:001001c23a1e$601f5050$b402a8c0@mango... > Could someone please tell me why i get the f

RE: [PHP] Why do i get this Notice Message?

2002-08-02 Thread John Holmes
> Could someone please tell me why i get the following Notice Message > > Notice: Undefined variable: PHP_SELF in > g:\apache_web\intern\looney\index.php on line 101 > > Code affected: > > function WriteNewArticle() > { > Line 100: $smarty = new Smarty; > Line 101: $smarty->assign("PHPSELF",

[PHP] Why do i get this Notice Message?

2002-08-02 Thread Jürgen
Hello! Could someone please tell me why i get the following Notice Message Notice: Undefined variable: PHP_SELF in g:\apache_web\intern\looney\index.php on line 101 Code affected: function WriteNewArticle() { Line 100: $smarty = new Smarty; Line 101: $smarty->assign("PHPSELF", $PHP_SELF); //