Hello everyone, I have a fairly simple php code problem I think, I want to loop values from a mysql database within an array to fill the array. I'v never done this before so your help would be valued if someone had the time.
*denotes where I want to use database values*
<?php $days = array( loop *my_database_value*=>array('http://mysite/my_page.php?=*my_database_variable*'), end loop ); ?>