Question
Best way to check for variable
Hello,
very newbie question,
what is the best way to check for submitted variables?
I'm using
<cfparam name="url.id" default="">
<cfif url.id neq "">
But I've seen also other ways, such as isdefined, or structkeyexists. But I guess these later two return true also in case of index.cfm?id=
Thanks!
