I need more PHP help. I'm wondering how I would create a script to display comments. I have a download table in my database, called "downloads" that holds all download information, including "id." There is a "downloadComment" table that holds all information regarding any comments made to a download. The downloadComment table holds a "downloadID" value, which corrosponds to the download table's "id" field.
I'm trying to get the script to count the number of entries in the downloadComment table, limiting it to the entries with the download table's id as the "downloadID."
Any ideas?
I'm trying to get the script to count the number of entries in the downloadComment table, limiting it to the entries with the download table's id as the "downloadID."
Any ideas?