Gebruik $row
, $result
is slechts een mysqli_result
voorwerp:
while($row = mysqli_fetch_array($result)){
echo "<a href='#' onClick='get_holder_info('".$row['id']."');'>".$row['intestatario']."</a><br />";
Gebruik $row
, $result
is slechts een mysqli_result
voorwerp:
while($row = mysqli_fetch_array($result)){
echo "<a href='#' onClick='get_holder_info('".$row['id']."');'>".$row['intestatario']."</a><br />";