Ver Mensaje Individual
  #7 (permalink)  
Antiguo 10/03/2010, 15:31
etisdemian
 
Fecha de Ingreso: octubre-2009
Mensajes: 357
Antigüedad: 14 años, 5 meses
Puntos: 1
Respuesta: traduccion a php

especificamente quiciera saber como se lee esto en php

Cita:
<%
ua = Request.ServerVariables("HTTP_USER_AGENT")
showIE = ""
If Instr(ua, "MSIE") OR Instr(ua, "Firefox") Then showIE = "none"
%>

<% For x = 0 to TotalLineas %>
<tr id="submenu<%= x %>" style="display:<%= showIE %>">
<td><input name="ISBN<%= x %>" type="text" class="Fields" size="12"></td>
<% next %>
<% If showIE = "none" Then %>
<% End If %>

gracias.