Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/05/2008, 15:51
_mauricio
 
Fecha de Ingreso: mayo-2008
Mensajes: 4
Antigüedad: 16 años
Puntos: 0
Quien me puede explicar !!

Hola amigos, necesito que alguien me diga que significa esta parte de un archivo " footer.php"

<TD align="center" class="copyright"> Powered by: <a href="http://www.estudie.cl">Estudie.cl</a>
<?php print($row["footertext"]); ?> </TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<?php
if ($genErr != "") {
?>
<SCRIPT type="text/javascript">alert('<?php print($genErr); ?>');</SCRIPT>
<?php
}
?>

gracias