Ok, I have tryed to get this to work but I cant seem to, what I am doing is trying to get all the rows in one of my tables to display in a page. I use this code
$log=$DB_site->query_first("SELECT * FROM action");
but when I try to use it all I get is Array. Dose anyone know what the problem is?