I am trying to build my own forum application for a web site.
But i can not get this simple thing right.
I have 4 different table in my database;
discussion
forum
message
reply
I want to know the number of responses, for example, for a particular discussion topic.
So I have to use 'COUNT'...
I would very much apreciate if some one could help me with this code.
It is an ASP page that is supposed to INSERT data in an ACCESS database.
The table is simple;
Usuario_ID
UsuarioUsername
UsuarioEmail
The code of this page is;
<%@LANGUAGE="VBSCRIPT"%>
<!--#include...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.