>   After just sending my last email to the list, I've realized I haven't
gotten enough sleep :)  I'll try to watch that before I post in the future.
>
>   A might have spread confusion with defining constants, and using them.
Before it gets too far, and to help Shawn also:
>
> define('CONSTANT', 1.5);
> echo CONSTANT;
>
>   Yes, the default in php.ini is warnings enabled.  But many hosting
companies do NOT install php.ini.  I've used quite a few that don't show
warnings unless you set error_reporting yourself (which is never a bad
idea).
>
>   Looking back, I'm also wondering about the double slashes in his path
names.
>
> Again, sorry about the temporary insanity,

No worries.  The double slashes is due to a change between PHP 3 and PHP 4.
I think is a change in the behavior of dirname().  The line in index.php3:
    dirname($SCRIPT_NAME)
in 3 needs a trailing slash added to it, but not in PHP 4.

Leon




------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to