Answered
ASP Comments form
I am a bit lost with this one.
I have a list of recipes. Each recipe is shown on a details page. I have added an Add comment form at the bottom and a latest comments list. The database has a table for recipes and a table for comments. Recipe ID linked to Comment number.
The recipe shows ok without comments added. as soon as I add the comments fields I get an error.
I can't work out how to show the comments info.
At the moment I have this:
SELECT *
FROM RecComments
WHERE RecID = MMColParam
To show comments but I get the following error:
Microsoft VBScript compilation error '800a0411'
Name redefined
/Connections/CMRecipes.asp, line 8
Dim MM_CMRecipes_STRING
Please help.
Thanks
I have a list of recipes. Each recipe is shown on a details page. I have added an Add comment form at the bottom and a latest comments list. The database has a table for recipes and a table for comments. Recipe ID linked to Comment number.
The recipe shows ok without comments added. as soon as I add the comments fields I get an error.
I can't work out how to show the comments info.
At the moment I have this:
SELECT *
FROM RecComments
WHERE RecID = MMColParam
To show comments but I get the following error:
Microsoft VBScript compilation error '800a0411'
Name redefined
/Connections/CMRecipes.asp, line 8
Dim MM_CMRecipes_STRING
Please help.
Thanks
