PHP array question.
Posted
by TaG
on Stack Overflow
See other posts from Stack Overflow
or by TaG
Published on 2010-04-07T18:20:59Z
Indexed on
2010/04/07
18:23 UTC
Read the original article
Hit count: 139
php
How do I show the dates number format next to its name in the array using PHP? So that the number format is saved in the database and the month name is displayed?
Here is the php code.
$month_options = array("Month", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
© Stack Overflow or respective owner