I have a problem passing an ' in a select option. The database values have the ' so I need to pass it but the value that gets passed stops after the apostrophe.
For example...
My code is... <option value="Mac's">Mac's</option>
The page is...<option value='Mac's'>Mac's</option>
So when I submit the form the value that gets passed is "Mac". How can I pass the apostrophe?
Thanks in advance
K
For example...
My code is... <option value="Mac's">Mac's</option>
The page is...<option value='Mac's'>Mac's</option>
So when I submit the form the value that gets passed is "Mac". How can I pass the apostrophe?
Thanks in advance
K