Good day everyone,
I'm using mysql_query and mysql_fetch_array
to retrieve all the info in the database
( its for a news posting ).
It retrieves and display fine its just that I need to put the last entery in the database first then the second last and so on ( like begin at the bottom and then go up )
Does anyone know how I could maybe find out how many rows in the database and save it to a variable?
or a way of doing this?