Hi, If I have this as my URL .. sending to .. usercheck.cfm
what would my cfquery look like in user_check.cfm ???
thanks
-jon
what would my cfquery look like in user_check.cfm ???
thanks
-jon
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT username, password
FROM table_name
WHERE username=URL.username
AND password=URL.password
<cfif isDefined(URL.password)>
Do the page
<cfelse>
<cflocation url="login.cfm">