Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/02/2011, 10:17
3nr1c
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Curl y cookies

Código PHP:
Ver original
  1. <?php
  2. echo '<h1>Visita el manual</h1>';
  3. echo '<a href="http://www.php.net/curl">cURL</a>';
  4. echo '<br/><a href="http://php.net/_cookie">$_COOKIE[]</a>';
  5. echo '<br/><a href="http://php.net/_post">$_POST</a>';
  6. ?>

Espero que te sirva

Bienvenida al foro