Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/11/2011, 16:28
privatefta
(Desactivado)
 
Fecha de Ingreso: septiembre-2010
Mensajes: 498
Antigüedad: 13 años, 7 meses
Puntos: 5
Insertar codigo php dentro de html

aver si hay alguna forma de poder hacer esto posible es que tengo esto

index.html

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  4. <title>Ejemplo</title>
  5. </head>
  6. Bienvenido a la Zona Preferida <br />
  7. Tu Ip es: <? echo $_SERVER["REMOTE_ADDR"];?>
  8. </body>
  9. </html>

pero no me funciona el php hay alguna forma de hacerlo posible