我有一个页面,在这里我试图循环mysql查询的结果,在这个块中,我需要将JS new date().getTime()值发送到一个php函数中,以计算经过的时间,所有这些时间都在while循环中。
我怎样才能做到这一点?
我的php页面类似于:
<body>
<?php
while($rows = $result->fetch_assoc()){
echo "<div>".// now here i want to send the time value from JS to function
like time($a JS va