|
|
|
ColdFusion: A Beginner's Guide Files |
|
|
| |
Module 8: Making Decisions with ColdFusion |
Up to this point, all the code written gets executed, no questions asked. But,
what if we want to execute only a certain piece of code if certain things are
true? For instance, we probably won’t want to execute the code on the
processing page of a form if the relevant form variables aren’t defined. The
answer to this is conditional logic. This module explains what conditional logic
is and shows you how to implement it in ColdFusion.
Download the rest of Module 8.
|
From ColdFusion 5: A Beginner's Guide by Jeffry Houser, Copyright 2002 by the McGraw-Hill companies.
Information has been obtained by McGraw-Hill/Osborne from sources believed to be reliable.
However, because of the possibility of human or mechanical error by our sources, McGraw-Hill/Osborne,
or otherwise, McGraw-Hill/Osborne does not guarantee the accuracy, adequacy, or completeness of any
information and is not responsible for any errors or omissions or the results obtained from use of
such information.
|