>Finally, I've got another select box which calls a new page using get (I
tried post, and it >didn't work either), and the $current_year disappears
never to be seen again. Perplexing, >no?
You almost for sure don't have <INPUT TYPE=HIDDEN NAME=current_year
VALUE=<?php echo $current_year;?>> in that last step.
Or, if you are using GET:
...=yourserver.com?current_year=<?php echo $current_year;?>...
--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]