ps. states are in the "allstates" array that I import from the "us_states.php"
ex. NY => New York
FL => Florida
Search found 2 matches
- Thu Jan 27, 2005 8:11 pm
- Forum: PHP - Code
- Topic: select box problem!!!!
- Replies: 2
- Views: 311
- Thu Jan 27, 2005 8:09 pm
- Forum: PHP - Code
- Topic: select box problem!!!!
- Replies: 2
- Views: 311
select box problem!!!!
I'm trying to display a US state selected from a,listbox when submit is pressed, I can build the listbox and the button, just don't know how to get the value to display when a certain state is selected here is my code <html> <head> <title>PHP select box constructor demo</title> </head> <? include &q...