Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/02/2002, 22:14
Avatar de lado2mx
lado2mx
Colaborador
 
Fecha de Ingreso: agosto-2001
Ubicación: Veracruz
Mensajes: 3.720
Antigüedad: 22 años, 8 meses
Puntos: 9
reftifiquenme please

Tengo un Formulario y entrega un dato llamado "texto" el cual envio un archivo php y crea un archivo.htm, mi cuestion es: hacerlo asi?

<?
$archivo = "archivo.htm";
$abre = fopen($archivo, "w");
$contenido = "<font size=2>" texto "</font>"
$grabar = fwrite($abre, $contenido);
fclose($abre);
?>

¿¿Estare bien??

<html><center><embed src="http://www.ladodos.com/imagenes/firma.swf" height=105 width=500>
</embed></center></html>