Forum Moderators: coopster
how do count num of records for two tables? At the moment i able to count for only 1 table.
For eg if i have a total record of 138 in Table A and 150 record in Table B, total for both tables should be 188 records and how do ya count and sum for both tables?
Could someone show me and guide me here as i'm totally lost.
Thanks
//do whatever method you are using to connect to the db and read here
//then set a var to the result
$var = //your result here
Then do the same for table b and and add that result to var.