I'd like to have a while
of a query
and go fetch the data and create 3 variables apart with this information. For example:
$sel_exclui=mysql_query("SELECT * from tabela order by id DESC LIMIT 0,3");
I thought about using mysql_fetch_array
but I do not know how to use it. If this is the solution, how can I do it?
I know that mysql is deprecated
but this project was being done by someone else and I took ownership of the project and to not have to change everything, I have worked with it.