Ask a Question related to Dreamweaver AppDev, Design and Development.
-
blindspott #1
Asp Forum
I have 3 tables for the forum. Categories, messages and replies. On the
category page, when you click on a category, there is a go to detail page
behavior on it to pass through the category ID. On the next page, I need to
create a recordset to get the ID and display the appropriate messages for that
category. I also need code to count the replies to the messages in this
category. I have 2 recordsets to do this but I need to combine them to make it
work. I cannot achieve this. Pleas could someone help! The Sql I used for the
replies is :
SELECT MessageID, COUNT(*) AS Reply
FROM Forum_Replies GROUP BY MessageID
and the first recordset code is :
SELECT *
FROM Forum_Messages
WHERE ForumID = MMColParam and the variables are
MMColParam 1 Request.QueryString("ForumID")
blindspott Guest
-
WELCOME TO MY FORUM
PEOPLE CAN COMMUNICATE ALL THEY WANT. -
Forum
Where do I find the forum for this group. I found the group on my news server at adobe.photoshop.windows and I keep seeing references to searching... -
CF FORUM
We are looking for a good coldfusion based forum, similar to PHPBB. Anyone know of any besides Fusetalk? Thanks -
PHP forum
Ok some of you might not like this, others of you will know exactly what I mean, but it just reminded me so much of this forum that I am sure some... -
[PHP] PHP forum
me three! j/k. -Dan On Wed, 2003-07-09 at 00:21, PHP4 Emailer wrote:



Reply With Quote

