ColdFusion Question:
How do you call a module named “testmod.cfm” with the parameters param1=”yes” and param2=5?

Answer:
<cfmodule template=”testmod.cfm”
param1=”yes”
param2=5>
param1=”yes”
param2=5>
Previous Question | Next Question |
How would you write a LEFT JOIN statement to return a result set of movie.title’s and director.name’s? | Explain the structure of Cold fusion? |