19/02/2002, 22:14
|
| Colaborador | | Fecha de Ingreso: agosto-2001 Ubicación: Veracruz
Mensajes: 3.720
Antigüedad: 23 años, 3 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> |