Thanks
passed that on to the programmer worked a treat
Regards
"Sven" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> hi david,
>
> although you can supress those notices in your php.ini, you can correct
your
> syntax errors like this:
>
> AdminMain.php (line 7 and 8)
> old: $tpl-
hi david,
although you can supress those notices in your php.ini, you can correct your
syntax errors like this:
AdminMain.php (line 7 and 8)
old: $tpl->define(array(main => "main.html", middle => "AdminScreen.html",
...
new: $tpl->define(array('main' => "main.html", 'middle' =>
"AdminScreen.h
register_globals? just an idea
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ge
news:[EMAIL PROTECTED]
> Some code would be good...
>
> > -----Original Message-
> > From: David Adade [mailto:[EMAIL PROTECTED]
> > Sent: 03 August 2003 18:16
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-WIN] Notice: Undefined variable: link in
>
Some code would be good...
> -Original Message-
> From: David Adade [mailto:[EMAIL PROTECTED]
> Sent: 03 August 2003 18:16
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Notice: Undefined variable: link in
>
>
> Hi
> I am migrating scripts that are currently
Hi
I am migrating scripts that are currently working on a linux box to a
windows 2000 box. I get the following errors when I try
to access the scripts
Notice: Undefined variable: link in
D:\inetpub\www.dcomms.net\cgi-bin\adsl\admin\main.php on line 2
Notice: Use of undefined constant main - assum