Ver Mensaje Individual
  #10 (permalink)  
Antiguo 25/02/2014, 06:22
alfa5
 
Fecha de Ingreso: noviembre-2009
Mensajes: 8
Antigüedad: 14 años, 5 meses
Puntos: 2
Respuesta: Recibir datos en un php via POST

Prueba a obtenerlo con:
Código PHP:
Ver original
  1. <?php
  2. echo file_get_contents("php://input");
  3. ?>

o con:
Código PHP:
Ver original
  1. <?php
  2. echo $HTTP_RAW_POST_DATA;
  3. ?>

http://www.php.net/manual/es/wrappers.php.php
http://php.net/manual/es/reserved.variables.httprawpostdata.php