sagat
08-06-2004, 05:39 PM
How do i define the variable username in this statement? The code is from here: http://tutorial8.easycfm.com/
Variable USERNAME is undefined.
The Error Occurred in C:\CFusionMX\wwwroot\login_process.cfm: line 5
3 : SELECT Username, Password
4 : FROM tblStudents
5 : WHERE Username = '#Username#'
6 : AND Password = '#Password#'
7 : </cfquery>
Variable USERNAME is undefined.
The Error Occurred in C:\CFusionMX\wwwroot\login_process.cfm: line 5
3 : SELECT Username, Password
4 : FROM tblStudents
5 : WHERE Username = '#Username#'
6 : AND Password = '#Password#'
7 : </cfquery>