Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/06/2011, 10:57
Avatar de rikardoz
rikardoz
 
Fecha de Ingreso: abril-2011
Ubicación: En mi casa
Mensajes: 165
Antigüedad: 13 años
Puntos: 46
Respuesta: haber si le hechais un ojo a este codigo no me va bien .

Código PHP:
<?
$url 
"http://www.webdeanuncios.com/formulario.php";  
$handler curl_init(); 
curl_setopt($handlerCURLOPT_URL$url);
curl_setopt ($handlerCURLOPT_POST1);
curl_setopt ($handlerCURLOPT_POSTFIELDS"titulo=valor1&texto=valor2&mail=tuemial");
$response curl_exec ($handler);
curl_close($handler); 
?>
Saludos
__________________
Agregadecer no cuesta nada O SI?