1
I was going to ask this question over at the Dev.xoops site, I signed up but I didn't really want to sign up for for a new project. oh well. =)
Ok now to my problem, I have two tables and I wish to take information from both but everytime I do this I am getting errors. =/
Table1
cid
pid
title
table2
art_id
art_cid
If would like to do a query where I would count table2 art_cid total where art_cid = cid.
so I am taking information from table1 and taking the information from table2 as one array.
Hope this is clear enough for everyone to understand.