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
Here goes the code an I am using version 4.3.1
index.html
header.php
Dcomms
body.php
footer.php
main.php
AdminMain.php
define( array( main => "main.html",
middle => "AdminScreen.html",
dropdownrows => "dropdownrows.html",
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 working on a linux box to a
>