On Tue, 2007-03-13 at 18:46 -0700, Jim Lucas wrote: > > another suggestion would be to have it written this way > > 0 == ($s % $d) > > if you by chance did this > > 0 = ($s % $d) > > it will give you an error, because you cannot assign a value to a > literal value. Yeah, this has flown across the list a few times in the past. I can see the value in it, but it just looks weird so I don't use it :) Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php