Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/11/2007, 11:50
Avatar de OsSk4R
OsSk4R
 
Fecha de Ingreso: octubre-2006
Ubicación: $this->home
Mensajes: 824
Antigüedad: 17 años, 5 meses
Puntos: 74
Re: Mezclar? php Y html en mi web?

Puedes hacerlo perfectamente.

Fijate en este ejemplo:

Cita:
<html>
<head>
<title></title>
</head>
<body>
<h3>Mi primer ejemplo php</h3>
<?php echo "hola mundo"; ?>
<hr>
</body>
</html>
Puedes encontrar abundante información en google acerca de embeber código php en html.