Ask questions about Global.asa

xiaoxiao2021-03-06  24

Help me to see where the following code is wrong:

The main purpose of this program is to make online number statistics, and update the online situation of users in the user table when the user is offline (user table: user, field online, if online = 1, indicating that the user is online, if online = 0 means the user offline)

-------------------------------------------------------------------------------------------------------------------------------------------------------------