$row
を使用します 、$result
単なるmysqli_result
オブジェクト:
while($row = mysqli_fetch_array($result)){
echo "<a href='#' onClick='get_holder_info('".$row['id']."');'>".$row['intestatario']."</a><br />";
$row
を使用します 、$result
単なるmysqli_result
オブジェクト:
while($row = mysqli_fetch_array($result)){
echo "<a href='#' onClick='get_holder_info('".$row['id']."');'>".$row['intestatario']."</a><br />";