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 memberId, username, password, firstName, lastName, email, dateReg
FROM members
where dateReg <cfqueryparam value="#qGetMembers.dateReg#("d",-7,#now()#)" cfsqltype="CF_SQL_DATE" />