Re: [PHP-WIN] PHP Site unix to Windows Migration errors

2004-04-13 Thread Phil Driscoll
On Tuesday 13 April 2004 20:29, Stan Shaw wrote: > Thank you, that eliminated the error message. Now to figure out why the > pages aren't working. > > Not to be overly critical, but isn't using variables or constants that > haven't been initialized a poor coding practice? Yes! For debugging pu

Re: [PHP-WIN] PHP Site unix to Windows Migration errors

2004-04-13 Thread Stan Shaw
Thank you, that eliminated the error message. Now to figure out why the pages aren't working. Not to be overly critical, but isn't using variables or constants that haven't been initialized a poor coding practice? -- Regards, Stan Shaw [EMAIL PROTECTED] Phone: (

RE: [PHP-WIN] PHP Site unix to Windows Migration errors

2004-04-13 Thread David Felton
It's just complaining that a variable hasn't been initialised before you use it. Just switch error_reporting in your php.ini file to be error_reporting = E_ALL & ~E_NOTICE which means 'Show all errors, except for notices' -Original Message- From: Gerardo Rojas [mailto:[EMAIL PROTECTED] S

RE: [PHP-WIN] PHP Site unix to Windows Migration errors

2004-04-13 Thread Gerardo Rojas
Looks like the PATH is not correct. Notice: Undefined variable: pg in D:\Data\208.16.217.131\abbottball\index.php on line 5 Make sure you have the right pathing for the new system. The above line does not look correct to me? -- Gerardo S. Rojas mailto: [EMAIL PROTECTED] -Original Messag

RE: [PHP-WIN] PHP Site unix to Windows Migration errors

2004-04-13 Thread Nunners
At a guess, the old site is written in a version of php which had register_globals turned on Try looking in your php.ini file for the register_globals and turn it on Nunners > -Original Message- > From: Stan Shaw [mailto:[EMAIL PROTECTED] > Sent: 13 April 2004 16:32 > To: [EMAIL

[PHP-WIN] PHP Site unix to Windows Migration errors

2004-04-13 Thread Stan Shaw
We have a new customer with a site coded in php. After setting up the webserver on the same server that has a current version of php on it, we get many errors: Notice: Undefined variable: Notice: Undefined constant: The functioning old site can be viewed at: http://216.92.95.8/ The dysfunctional

php-windows Digest 13 Apr 2004 12:02:40 -0000 Issue 2207

2004-04-13 Thread php-windows-digest-help
php-windows Digest 13 Apr 2004 12:02:40 - Issue 2207 Topics (messages 23427 through 23432): Re: Date Math 23427 by: Charles P. Killmer Re: How do I access the value of PHP_OS? 23428 by: simon.firepages.org IIS problem while using PHP 23429 by: DUSTIN RICH Re: PHP I

[PHP-WIN] RegEx help

2004-04-13 Thread Ron.Herhuth
EEK! I have been trying to get it...I really have but I can't seem to put together a seemingly simply RegEx to find a simple date string. I am trying to contruct a RegEx that will find the following formats: x/x/ xx/x/ x/xx/ xx/xx/ Any help is very much appreciated. Thanks, Ro