Ver Mensaje Individual
  #8 (permalink)  
Antiguo 14/05/2010, 09:24
maxwellxp
 
Fecha de Ingreso: abril-2010
Mensajes: 143
Antigüedad: 14 años
Puntos: 0
Respuesta: problema muy molesto

me salio!! con tu metodo de comillas simples xD
Código PHP:
Ver original
  1. <?php
  2. $master1 = 5;
  3. $user49 = 5;
  4. ?>
  5. <style type="text/css">
  6. <!--
  7. -->
  8. </style>
  9. <table width="91" height="33" border="1" cellpadding="0" cellspacing="0">
  10.   <tr>
  11.     <td <?php if($master1 == $user49) { echo 'bgcolor="#0000FF"'; } ?>><input name="radio" type="radio" class="bien" id="radio" value="radio1" /></td>
  12.   </tr>
  13. </table>