Question
radio button issue - @@checked@@
When I create a form that uses radio buttons the code includes @@ around "checked".
See below:
<input <?php if (!(strcmp(KT_escapeAttribute($row_rssample_sam['answer_sam']),"2"))) {echo "@@checked@@";} ?> type="radio" name="answer_sam" id="answer_sam_2" value="2" />
Does anybody know how to fix this? I've already uninstalled and reinstalled both Dreamweaver CS4 and the CS4 Master Suite.
