Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Onnuri #1
Capturing IP Address
Hi,
How can we capture users' IP Address with ColdFusion?
Onnuri
Onnuri Guest
-
S-Video capturing
Can Flex capture s-video signal? -
Capturing the whole URL
I am working with a site where I want a user to be able to select whether they are viewing a high or low bandwidth version of the website. I would... -
Capturing the entire URL
Hello all, Been playing around with capturing the entire URL. I dont have any problems if it a file, i.e. http://www.mydomain.com/somefile.php, I... -
Capturing FCP on AIX
Hi. I was wondering if anyone knows if it is possible to capture FCP (SCSI over fiber channel) using ethereal, tcpdump, or some other tool on... -
Capturing Result Set
How can I capture the result set from the statement below to a tempDB table, such as "#result_set" ? exec sp_executesql @stmt Thanks, Craig -
dannyra #2
Re: Capturing IP Address
Use the variable 'cgi.REMOTE_ADDR'.
There are quite a few cgi variables that are quite useful.
I suggest doing a <cfdump var='#cgi#'> to see which each one is.
dannyra Guest



Reply With Quote

