Hello,
This is hard for me to word, but easier for me to demonstrate:
I have a select option:
<option <?php if($frequency[$key]=='1.10'){echo "selected";}?> value='1.10'>1 every 10 days</option>
Really, $frequency[$key]=1.1; , but the above still shows up selected. I've never seen this before, and didnt know it could happen. Any ideas on how to prevent this?
Working with php5. Thank you, Hudson