Log in

View Full Version : How do I make a drop-down list for a calendar?



kuau
07-04-2008, 05:10 AM
This issue is resolved.

pngsigut
07-04-2008, 12:26 PM
it seems that what ever the page you are calling when the person would change the year may have the current year auto selected. I mean that when it changes the year it attempts to pull a seperate page that changes the year back to 2008. what are you calling in the line before you php starts.

kuau
07-04-2008, 10:40 PM
You're right, thanks. It does reload the file. I figured out the problem. Because it is now running on php5, I had to use $_GET['year'] instead of just $year. Duh! Anyway, thanks for the help. It works now. :)