Ver Mensaje Individual
  #5 (permalink)  
Antiguo 27/07/2009, 14:22
Melsan
 
Fecha de Ingreso: marzo-2005
Mensajes: 120
Antigüedad: 19 años, 1 mes
Puntos: 1
Respuesta: Validar política de privacidad

¿Así?:


<?php
if($_POST['Politica De Privacidad']){

echo <?xml version="1.0"?>
<!--TransferQueueItems-->
<Items><Version>1</Version></Items>;

}else{

echo "nopolitica.htm";

}

?>