I realize I am just starting to learn but it seems like this should be simple:
I'm just trying to access the maximum value for "ID" and increment by one:
<cfquery datasource="eci" name="maxquery">
select max(ID) as mxid from visitors
</cfquery>
<cfset maxid =...
Just sent my first email with coldfusion and the CFmail tag. Now, can someone tell me how to add a URL link to the body of an email?
Thank for any help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.