Posted by Oli Filth on 12/28/05 16:45
black francis said the following on 28/12/2005 14:37: > try: > > $do = ($test == 1) ? true : false; > Well, that can be shortened to: $do = ($test == 1); -- Oli
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming