Server variables
serverVariables.cfm
<!DOCTYPE html">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>server variables - how to dump and get output server variables</title>
</head>
<body>
<h2 style="color:DodgerBlue; font-style:italic">coldfusion server variables example: how to get output</h2>
<hr width="500" align="left" color="PowderBlue" />
<br />
<cfdump var="#server#">
<br />
<font style="font-weight:bold; color:SeaGreen; font-size:large;">example server variable Output</font>
<br />
<font style="color:DeepPink; font-weight:bold; font-family:'Courier New', Courier, monospace;">
PRODUCT VERSION[#server.ColdFusion.PRODUCTVERSION#]: <cfoutput>#server.ColdFusion.PRODUCTVERSION#</cfoutput>
</font>
</body>
</html>
- cfqueryparam- how to use cfqueryparam in cfquery tag
- How to use cfsqltype in cfqueryparam tag in ColdFusion
- ColdFusion - How to use IS NOT operator in cfif conditional processing
- How to use variable prefixes in ColdFusion
- How to get coldfusion DataSource list programmatically
- How to create Microsoft Word document in ColdFusion
- ColdFusion - how to create and dump Application variables
- How to get output in a file or browser using cfdump in coldfusion
- How to create a border type layout in ColdFusion
- How to determine whether a file exists in ColdFusion