php-windows Digest 4 Aug 2003 00:10:18 -0000 Issue 1852

2003-08-03 Thread php-windows-digest-help
php-windows Digest 4 Aug 2003 00:10:18 - Issue 1852 Topics (messages 20995 through 21006): Re: Apache or IIS 20995 by: Miha Nedok apache/php 20996 by: Jon Phipps 20999 by: Jon Phipps Notice: Undefined variable: link in 20997 by: David Adade 20998 by:

[PHP-WIN] Re: how can I get errors to display in a browser?

2003-08-03 Thread Sek-Mun Wong
you want display_errors = On Also, E_ALL is probably a little too verbose, you'll find. :-) "Jswalter" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have a test script, with deliberate errors. > > The broswer shows nothing, blank, empty. > > It used to show errors, now it does

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

2003-08-03 Thread DvDmanDT
It's not really fixed, more like hidden.. -- // DvDmanDT MSN: [EMAIL PROTECTED] Mail: [EMAIL PROTECTED] "David Adade" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Thanks > The cured the problem. It is now working. > > > "Dvdmandt" <[EMAIL PROTECTED]> wrote in message > news:[E

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

2003-08-03 Thread David Adade
Thanks The cured the problem. It is now working. "Dvdmandt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 1. I assume you are using 4.3.1, not 4.31... Not that it really matters > though... > 2. It's in your PHP.ini, I think you are used to have error_reporting = > E_ALL & ~E_NOTI

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

[PHP-WIN] how can I get errors to display in a browser?

2003-08-03 Thread jsWalter
I have a test script, with deliberate errors. The broswer shows nothing, blank, empty. It used to show errors, now it does not. No idea what I did to turn it off. Can someone tell me hoew to turn it back on? In my php.ini file, it says... error_reporting = E_ALL I thought that was wha

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

2003-08-03 Thread DvDmanDT
1. I assume you are using 4.3.1, not 4.31... Not that it really matters though... 2. It's in your PHP.ini, I think you are used to have error_reporting = E_ALL & ~E_NOTICE, but you have E_ALL only... This displays Notices... -- // DvDmanDT MSN: [EMAIL PROTECTED] Mail: [EMAIL PROTECTED] "David Ada

[PHP-WIN] Re: apache/php

2003-08-03 Thread Jon Phipps
hmmm talking to myself, have the it figured out. Decided to load as a module instead Jon Phipps wrote: what is the trick to getting apache2 to exec php scripts properly I have managed to get beyond the 500 sever error now they just time out. I want to use php.exe as a cgi, this is on a windows

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 >

[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

[PHP-WIN] apache/php

2003-08-03 Thread Jon Phipps
what is the trick to getting apache2 to exec php scripts properly I have managed to get beyond the 500 sever error now they just time out. I want to use php.exe as a cgi, this is on a windows 2k server platform. I am fairly new to apache so please be as detailed as you think is needed any help

Re: [PHP-WIN] Re: Apache or IIS

2003-08-03 Thread Miha Nedok
Hi ! On Sat, 2 Aug 2003, The.Rock wrote: > Date: Sat, 2 Aug 2003 13:50:32 -0500 > From: The.Rock <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Re: Apache or IIS > > I wouldn't call myself a guru with IIS, but I happen to know a lot about it. > In my experience with IIS and PHP

php-windows Digest 3 Aug 2003 09:28:36 -0000 Issue 1851

2003-08-03 Thread php-windows-digest-help
php-windows Digest 3 Aug 2003 09:28:36 - Issue 1851 Topics (messages 20988 through 20994): Re: Q on parts of PHP?Apache setup... 20988 by: Jim Re: Apache or IIS 20989 by: The.Rock 20990 by: Craig Roberts 20991 by: Jon Phipps 20992 by: Mike Brum php s

Re: [PHP-WIN] php shows no results

2003-08-03 Thread Miha Nedok
Check what mysql_error() returns. But I don't the see any code which should even display something: -Mike On Sat, 2 Aug 2003, Dominic wrote: > Date: Sat, 2 Aug 2003 16:21:20 -0400 > From: Dominic <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] php shows no results > > I have