klever Posted October 15, 2002 Share Posted October 15, 2002 Hi, I'm trying to make a combo box with months on it but when I run this line: <?php echo tep_draw_pull_down_menu('month', array("January","February","March")); ?> All I got is the firts months letters. (J,F,M) Thank you. Link to comment Share on other sites More sharing options...
unistar Posted October 15, 2002 Share Posted October 15, 2002 I'm learning PHP too but I think you need a space between 'menu' and '(': menu ('month' Hope that's it! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.