Hi, im just need the easiest way in php to navigate in this result:
$datos = mysql_query("SELECT * FROM
usuarios
LIMIT 0, 30 ");
I mean, how do i do an echo from $datos in each element of the table?
Ex. Table:
ID Name LastName
1 Domingo Sarmiento
2 Juan Lopez
How can i read for example the second last name?