hi,
I have 2 main databases...
I have a table label ID.... now in the ID there are some tables in there with the same ID.
How can i put on my php page, the amount of IDs with the number "12" example?
so.... basically....
i use the code
<? echo($row['ID']); ?>
to show the ID, in each row of the table.... i want to calculate somehow how many messages there are with the same ID.