But you can't do that if you want to include files. I think yahoo makes a good case for moving to PHP. It's very fast for them, they are on Freebsd and they gave pretty good reasons to move to that language. Some of us don't agree that CF is an ugly language, but it is. It's nice for us because we're used to it, but hard core prgrammers are use to c style syntax. PHP follows c very closely which if you read the article is also very similar to the language they are already using. I doubt CF would be able to come to the speed that PHP can either. They did tests with it before, PHP blew the pants off of ASP and CF. I think Yahoo would do their research before making any rash decisions.
Robert Everland III Web Developer Extraordinaire Dixon Ticonderoga Company http://www.dixonusa.com -----Original Message----- From: Rob Rohan [mailto:rob@;cardinalweb.com] Sent: Wednesday, October 30, 2002 11:10 AM To: CF-Talk Subject: RE: Yahoo moving to PHP <cfscript> if (blah) { }else{ switch () { 1: this; break; 2: that; break; } } </cfscript> -----Original Message----- From: Nick McClure [mailto:cf-lists@;king-nacho.com] Sent: Tuesday, October 29, 2002 8:21 PM To: CF-Talk Subject: Re: Yahoo moving to PHP ><cf, <%, etc,\., what's the difference? Here is the difference, to me it seems cleaner. <cfif blah> <cfswitch> <cfcase> </cfcase> <cfcase> </cfcase> <cfcase> </cfcase> </cfswitch> <cfelse> </cfif> or <% if (blah) { }else{ switch () { 1: this; break; 2: that; break; } } %> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

