Advertisement
Guest User

Untitled

a guest
Aug 31st, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.64 KB | None | 0 0
  1. <div class="cProduto-filtro-checkbox">
  2.                         <?php
  3.                        
  4.                             if(isset($_POST['Checkbox1']) && $_POST['Checkbox1'] ==  "1.00;29.99"){
  5.                                
  6.                                 $CheckboxVerif1 = "checked";   
  7.                                 echo"CERTO";
  8.                             }
  9.                         ?>
  10.                         <!--<input name="checkboxHide1002999" type="hidden" value="1002999">-->
  11.                         <input type="checkbox" name="Checkbox1" id="1002999" value="1.00;29.99" <? echo"$CheckboxVerif1"; ?> >
  12.                         <label for="checkbox99991">
  13.                             <span>1,00 a 29,99</span>
  14.                         </label>
  15.                     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement