Hopefully someone can tell me whats going on with this little debugging script. <?PHP // function generates the list of times for
I n开发者_JAVA百科eed to query MySQL for the current date (from PHP) in YYYY-MM-DD format... anyone?MySQL curdate:
I\'ve read through a few questions about this here on s.o. and none seem to ask or answer the question very bluntly:
Is there a quicker way of creating a date such as: echo date(\'Y-m-d\', mktime(0, 0, 0, date(\"m\"), date(\"d\")+3,date(\"Y\")));
I\'m trying to convert 2010-02 to February, 2010.But, I开发者_如何学C keep getting December, 1969