Thanks for the response. I actually am trying to retrieve it from the bd, I was just using that array as an example of an array that will work. I basically need to rund a query whicih looks like this:
SELECT * FROM calendar where event_month= '$this_month' and event_year='$this_year'
Then...
I think this is a simple question. I need to create an array using a mysql query for a calendar program I am using. The problem is I'm not certain how to create this array using the query.
Here's what I need to produce:
$days = array(...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.