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-

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

2003-08-03 Thread David Adade
have error_reporting = > E_ALL & ~E_NOTICE, but you have E_ALL only... This displays Notices... > > -- > // DvDmanDT > MSN: [EMAIL PROTECTED] > Mail: [EMAIL PROTECTED] > "David Adade" <[EMAIL PROTECTED]> skrev i meddelandet > news:[EMAIL PROTECTED] > &

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

2003-08-03 Thread David Adade
state)) { $state=$HTTP_POST_VARS['state']; } $package_type=$HTTP_GET_VARS['package_type']; if(empty($package_type)) { $package_type="1"; } *** Hope this helps Regards "Mikey" <[EMAIL PROTECTED]> wrote in messa

[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