I'm considering using constants for some predefined paths in my script, like
HTML_DIR, INC_DIR.  These values won't change and they will be global to all
functions.

Are there any drawbacks to using constants over reg vars for this sort of
thing???

TIA,
Shawn



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to