I have a table with data of several metals and I need to get this data to use on my page, but I can not get all of it, only the first one works.
Code:
$link = mysqli_connect("localhost", "root", "", "metais");
$result = mysqli_query($link...
asked by
29.03.2016 / 16:19