Re: [PHP-WIN] Notice: Undefined variable: link in

2003-08-14 Thread David Adade
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-

Re: [PHP-WIN] Notice: Undefined variable: link in

2003-08-04 Thread sven
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

Re: [PHP-WIN] Notice: Undefined variable: link in

2003-08-03 Thread Comex
register_globals? just an idea -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Notice: Undefined variable: link in

2003-08-03 Thread David Adade
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",

RE: [PHP-WIN] Notice: Undefined variable: link in

2003-08-03 Thread Mikey
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 >