Hello please help me is this code this code only show me last row of loop not full.
$sql = mysql_query("SELECT hash FROM users");
while($row=mysql_fetch_assoc($sql)) {
$url = $row["hash"]."<br />";
}
5b50373f0dbd8ab7fe888060257967f2e0adcbdb
but full list is:
a065e7094234b1c836f9829ca9185a36132ff76f 5b50373f0dbd8ab7fe888060257967f2e0adcbdb
pleas help me
";` – JungleZombie Aug 13 '15 at 18:38