> I had someone ask me today.... Is there anything that php can > do that CF can't?
Sure, there are lots of things. It can run on practically any OS, with very little memory usage. It's a much better choice for, say, embedded hardware devices than CF. It can be acquired for free, and you can examine the source code of the PHP engine. It provides very nice, tight integration with GD, which is a rich, mature graphics library written in C. It can be run from the command line; you can actually write PHP applications that aren't web applications! Of course, for the vast majority of business apps, these are relatively unimportant things. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291492 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

