Posted by Jason on 10/12/06 05:53
What is the difference between 'const' and 'define()' ? When would I prefer using 'const' over 'define', or vice versa? It seems if i do: const secondsInMinute = 60; define("secondsInMinute", 60); Aren't these two the same thing? - Jason
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming