This program is small and simple, very suitable for beginners to learn and use. Some parts have been annotated to facilitate understanding of how to use the program and file descriptions. Please refer to readme.txt.
Version 1.04 has made the following adjustments
1. Add ChkNumeric id and force it to be converted into a numeric function (such as "index.asp?action=edit&id=1asd Assad")
Such an id definitely does not exist, so convert it to 0
2. Add a new field ip to record the IP of the person who left the message
rs("ip")=request.serverVariables("REMOTE_ADDR")
3. Add message mode options (general messages and private messages). Private messages can only be seen by administrators.
4. Add a new variable condition to read the information about the mean value (general messages or all messages) in the message table
Backstage username and password admin
Expand