
08/06/2002, 20:25
|
 | | | Fecha de Ingreso: mayo-2002
Mensajes: 906
Antigüedad: 22 años, 10 meses Puntos: 0 | |
Re: Formatear variable antes de hacer todos los print()´s haces:
<?php
$first_name=$_GET['first_name'];
$last_name=$_GET['last_name'];
$address=$_GET['address'];
// y asi con TODAS las variables que te pasan por GET
//ahora aca abajo pones el codigo tal como lo posteaste
?>
Saludos
<div align="center"><img src="http://cablemodem.fibertel.com.ar/sainztrapaga/images/firma.jpg" width="435" height="70" border="0">
</div> |