y donde quiere mostrar los registros...
Código PHP:
Ver original<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
</head>
<body>
<?php
foreach ($row as $valor){
echo $valor["id_stock"]."<br />";
}
?>
</body>
</html>