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.
rsCreate.Update
rsCreate.MoveLast
VisitorID=rsCreate("VisitorID")
[code]
}...the bane of my life!
[URL unfurl="true"]http://www.fuzzyd.co.uk[/URL]
strSQL = "SELECT MAX(VisitorID) as ID FROM tbl_users"
set rs = conn.execute(strSQL)
VisitorID=rs("ID")
set rs=nothing