Très bien !
-
Ajoutez le code dans votre forme et ?a va marcher !
<?php if ( function_exists('math_comment_spam_protection') ) {$mcsp_info = math_comment_spam_protection();?> <p> <input type="text" name="<?php echo $mcsp_info['fieldname_answer'] ?>" id="<?php echo $mcsp_info['fieldname_answer'] ?>" value="" size="22" tabindex="4" /> <label for="<?php echo $mcsp_info['fieldname_answer'] ?>">Защита от спама: Сумма <?php echo $mcsp_info['operand1'] . ' + ' . $mcsp_info['operand2'] . ' ?' ?></label> <input type="hidden" name="<?php echo $mcsp_info['fieldname_hash'] ?>" value="<?php echo $mcsp_info['result']; ?>" /> </p> <?php } // if function_exists... ?>
- The topic ‘Très bien !’ is closed to new replies.