Ok,  can i do this to determine if someone has logged in correctly???

<cfpop 
SERVER="1.1.1.1"
USERNAME="[EMAIL PROTECTED]"
PASSWORD="password"
NAME="check">

<cfif check.RecordCount EQ 1>
       Good Login, Proceed
<cfelse>
       Bad Login, Redirect
</cfif>

Can i do that record check?

kev


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to