Search found 2 matches
- Sun Mar 11, 2012 7:04 pm
- Forum: PHP - Code
- Topic: PHP Form: Replacing selected value with another value
- Replies: 3
- Views: 294
Re: PHP Form: Replacing selected value with another value
Hi, Thanks for your reply. Say I have this: <option value="Jan" selected="selected">January</option> But now I want to replace the value: <option value="different value string" selected="selected">January</option> I have no problem getting the selected value b...
- Sun Mar 11, 2012 4:20 am
- Forum: PHP - Code
- Topic: PHP Form: Replacing selected value with another value
- Replies: 3
- Views: 294
PHP Form: Replacing selected value with another value
Hello, I ran into a wall with my code that is beyond my knowledge. Any help is appreciated. Thanks!!!! I have this as the output: Form #1 <select name="form1"> <option value="LA">Los Angeles</option> <option value="SF" selected="selected">San Francisco</option...