Thanks for the reply.
I am having some issue with the syntax of this.
My goal is to display a list of items as a side menu. Where is my error in the following code? I am confused on where exactly to query and the pull it into an array.
Thanks BTW...
Code:
$getstate = $db->query_read("SELECT state_name FROM vb_sidemenu_states");
while ($getstate = $db->fetch_array($result))
{
$mytest = $results;
};