Tema
:
Como Recibir Parametro con Curl?
Ver Mensaje Individual
#
2
(
permalink
)
12/11/2011, 20:49
Triby
Mod on free time
Fecha de Ingreso: agosto-2008
Ubicación: $MX->Gto['León'];
Mensajes: 10.106
Antigüedad: 16 años, 5 meses
Puntos: 2237
Respuesta: Como Recibir Parametro con Curl?
El valor para CURLOPT_POSTFIELDS debe ser array asociativo, no cadena.
Código PHP:
Ver original
curl_setopt
(
$ch
,
CURLOPT_POSTFIELDS
,
array
(
'post_str'
=>
$post_str
)
)
;
Ante cualquier duda, no temas recurrir al manual, es muy efectivo:
http://php.net/manual/es/function.curl-setopt.php
__________________
-
León, Guanajuato
-
GV-Foto
Triby
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de Triby