データベースからデータを表示している 2 つの while ループがありますが、負荷が高いため動作が停止します。
各whileループで以前のロードを破棄/クリアする方法を教えてください。
**Code Example: this is not an exact code, but take it as example**
for ($aw = 1; $aw <= 150000; $aw++) {
$sql="INSERT INTO say (cname,cno,clocation,email) VALUES ('Fin','0743208899','London','fin1991@live.com')";
$result=mysql_query($sql);
}