我有大型数据库数据,我正在从不同的表中查询,并希望在计算后在不同的数组中得到结果,然后我想组合数据并将其显示在一个表中?
类似的东西;
$query = select everything from table one ;
$query2 = select userid from $query result;
<?php print Calculation ;?>
$resultant query = select something from another table where date from the above result and userid from $queryone array;
在服务器端处理的数据表中显示???
感谢有人帮助