Ver Mensaje Individual
  #8 (permalink)  
Antiguo 10/03/2010, 15:38
Avatar de eulloa
eulloa
 
Fecha de Ingreso: octubre-2007
Ubicación: Donde caiga la noche, si mi hijo me deja
Mensajes: 691
Antigüedad: 16 años, 6 meses
Puntos: 5
Respuesta: traduccion a php

¿Que es Instr(ua, "MSIE"), una función?
Código PHP:
Ver original
  1. <?php
  2. if (Instr(ua, "MSIE") || Instr(ua, "Firefox")){
  3. $showIE = 'none'; //si none quiere decir false, booleano bueno false
  4. }
Mas info en el manual oficial jejeje