execution time of 30 seconds exceeded in D:\xampp\htdocs\index.php on line 15while($topic = mysql_fetch_array(mysql_query("SELECT `name`, `post_count` FROM `topics`))){
?
如何将sql结果从一个变量复制到其他没有数组的,并在PHP中预先执行。$query="Select * from table";$res2=$res1; // I need somethink like this,simply, like in other languagesecho $row['Id'];echo '<br&