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
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 >

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

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

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