Ver Mensaje Individual
  #8 (permalink)  
Antiguo 19/05/2014, 04:57
ipmp
 
Fecha de Ingreso: mayo-2014
Mensajes: 11
Antigüedad: 10 años, 4 meses
Puntos: 0
Respuesta: no se me abre la ventana

Código PHP:
Ver original
  1. <?php
  2.  
  3.         $json_array=$_REQUEST['json'];
  4.         file_put_contents('C:/wamp/www/pepito.json', $json_array);
  5.  
  6. ?>
  7. <html>
  8. <body>
  9. <script type="text/javascript">
  10. window.location.href = "http://www.cristalab.com";
  11. </script>
  12. </body>
  13. </html>